Html Css Color HEX #1CBD0B Islamic Green

📋 copy color: '#1CBD0B'

red 28 ◦ green 189 ◦ blue 11

#1CBD0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #1CBD0B

Tints of Islamic Green #1CBD0B

RGB

 RED value IS 28 (11.33% from 255) = 12.28%

 GREEN value IS 189 (74.22% from 255) = 82.89%

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 12.28%
G = 82.89%
B = 4.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#1CBD0B (or 0x1CBD0B) is known color: Islamic Green. HEX triplet: 1C, BD and 0B. RGB value is (28,189,11). Sum of RGB (Red+Green+Blue) = 28+189+11=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 189 (74.22% from 255 or 82.89% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBD0B is #E342F4. Grayscale: #797979. Windows color (decimal): -14893813 or 769308. OLE color: 769308.

HSL color Cylindrical-coordinate representation of color #1CBD0B: hue angle of 114.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CBD0B is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 189 11 -
CMYK 0.85 0 0.94 0.26
HSL 114.27º 0.89% 0.39% -
HSV(B) 114.27º 0.94% 0.74% -
XYZ 18.74 36.67 6.41 -
YUV 120.57 66.16 61.97 -
System Red Green Blue C M Y K H S L
Decimal 28 189 11 0.85 0 0.94 0.26 114.27 0.89 0.39
Hex 1C BD B 55 0 5E 1A 72 59 27
Octal 34 275 13 125 0 136 32 162 131 47
Binary 11100 10111101 1011 1010101 0 1011110 11010 1110010 1011001 100111

Color Harmonies of #1CBD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBD0B

Black with #1CBD0B

Text Example


Text Example

White with #1CBD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,189,11); }

 H1.HeaderClassName
 {
   color: #1CBD0B;
 }
 .AnyTagClassName
 {
   color: #1CBD0B;
 }
</style>

background-color css

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

 a { background-color: rgb(28,189,11); }

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

border-color css

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

 span { border-color: rgb(28,189,11); }

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