#1CBD02

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

Shades of Islamic Green #1CBD02

Tints of Islamic Green #1CBD02

Color information

#1CBD02 (or 0x1CBD02) is unknown color: approx Islamic Green. HEX triplet: 1C, BD and 02. RGB value is (28,189,2). Sum of RGB (Red+Green+Blue) = 28+189+2=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 189 (74.22% from 255 or 86.30% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBD02 is #E342FD. Grayscale: #787878. Windows color (decimal): -14893822 or 179484. OLE color: 179484.

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

Color convert

RGB281892-
CMYK0.8500.990.26
HSL111.66º97.91%37.45%-
HSV(B)111.66º98.94%74.12%-
XYZ18.6936.656.15-
YUV119.5461.6662.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.79%
GREEN value IS 189 (74.22% from 255) = 86.30%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=12.79%
G=86.30%
B=0.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2818920.8500.990.26111.6697.9137.45
Hex1CBD2550631A706225
Octal34275212501433216014245
Binary1110010111101101010101011000111101011100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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