#1baa0d

Color #1BAA0D Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1BAA0D

Tints of Islamic Green #1BAA0D

Color information

#1BAA0D (or 0x1BAA0D) is unknown color: approx Islamic Green. HEX triplet: 1B, AA and 0D. RGB value is (27,170,13). Sum of RGB (Red+Green+Blue) = 27+170+13=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 170 (66.80% from 255 or 80.95% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAA0D is #E455F2. Grayscale: #6D6D6D. Windows color (decimal): -14964211 or 895515. OLE color: 895515.

HSL color Cylindrical-coordinate representation of color #1BAA0D: hue angle of 114.65º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BAA0D is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB2717013-
CMYK0.8400.920.33
HSL114.65º85.79%35.88%-
HSV(B)114.65º92.35%66.67%-
XYZ14.929.015.2-
YUV109.3473.6269.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 12.86%
GREEN value IS 170 (66.80% from 255) = 80.95%
BLUE value IS 13 (5.47% from 255) = 6.19%
R=12.86%
G=80.95%
B=6.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27170130.8400.920.33114.6585.7935.88
Hex1BAAD5405C21735624
Octal332521512401344116312644
Binary1101110101010110110101000101110010000111100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1baa0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1baa0d; }

 p { color: rgb(27,170,13); }

 H1.HeaderClassName
 {
   color: #1baa0d;
 }
 .AnyTagClassName
 {
   color: #1baa0d;
 }
</style>
background-color css

<style>
 a { background-color: #1baa0d; }

 a { background-color: rgb(27,170,13); }

 div.DivClassName
 {
   background-color: #1baa0d;
 }
 .BgClassName
 {
   background-color: #1baa0d;
 }
</style>
border-color css

<style>
 span { border-color: #1baa0d; }

 span { border-color: rgb(27,170,13); }

 td.TdClassName
 {
   border-color: #1baa0d;
 }
 .TagClassName
 {
   border-color: #1baa0d;
 }
</style>