Html Css Color HEX #1CB302 Islamic Green

📋 copy color: '#1CB302'

red 28 ◦ green 179 ◦ blue 2

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

Shades of Islamic Green #1CB302

Tints of Islamic Green #1CB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 85.65%

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 13.4%
G = 85.65%
B = 0.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#1CB302 (or 0x1CB302) is known color: Islamic Green. HEX triplet: 1C, B3 and 02. RGB value is (28,179,2). Sum of RGB (Red+Green+Blue) = 28+179+2=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 179 (70.31% from 255 or 85.65% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB302 is #E34CFD. Grayscale: #727272. Windows color (decimal): -14896382 or 176924. OLE color: 176924.

HSL color Cylindrical-coordinate representation of color #1CB302: hue angle of 111.19º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CB302 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 179 2 -
CMYK 0.84 0 0.99 0.30
HSL 111.19º 0.98% 0.35% -
HSV(B) 111.19º 0.99% 0.7% -
XYZ 16.61 32.49 5.45 -
YUV 113.67 64.97 66.89 -
System Red Green Blue C M Y K H S L
Decimal 28 179 2 0.84 0 0.99 0.30 111.19 0.98 0.35
Hex 1C B3 2 54 0 63 1E 6F 62 23
Octal 34 263 2 124 0 143 36 157 142 43
Binary 11100 10110011 10 1010100 0 1100011 11110 1101111 1100010 100011

Color Harmonies of #1CB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB302

Black with #1CB302

Text Example


Text Example

White with #1CB302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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