Html Css Color HEX #02951C Islamic Green

📋 copy color: '#02951C'

red 2 ◦ green 149 ◦ blue 28

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

Shades of Islamic Green #02951C

Tints of Islamic Green #02951C

RGB

 RED value IS 2 (1.17% from 255) = 1.12%

 GREEN value IS 149 (58.59% from 255) = 83.24%

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 1.12%
G = 83.24%
B = 15.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#02951C (or 0x02951C) is known color: Islamic Green. HEX triplet: 02, 95 and 1C. RGB value is (2,149,28). Sum of RGB (Red+Green+Blue) = 2+149+28=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 149 (58.59% from 255 or 83.24% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 149 - color contains mainly: green. Hex color #02951C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02951C is #FD6AE3. Grayscale: #5B5B5B. Windows color (decimal): -16607972 or 1873154. OLE color: 1873154.

HSL color Cylindrical-coordinate representation of color #02951C: hue angle of 130.61º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02951C is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 28 -
CMYK 0.99 0 0.81 0.42
HSL 130.61º 0.97% 0.3% -
HSV(B) 130.61º 0.99% 0.58% -
XYZ 10.98 21.59 4.69 -
YUV 91.25 92.3 64.34 -
System Red Green Blue C M Y K H S L
Decimal 2 149 28 0.99 0 0.81 0.42 130.61 0.97 0.3
Hex 2 95 1C 63 0 51 2A 83 61 1E
Octal 2 225 34 143 0 121 52 203 141 36
Binary 10 10010101 11100 1100011 0 1010001 101010 10000011 1100001 11110

Color Harmonies of #02951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02951C

Black with #02951C

Text Example


Text Example

White with #02951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02951C; }

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

 H1.HeaderClassName
 {
   color: #02951C;
 }
 .AnyTagClassName
 {
   color: #02951C;
 }
</style>

background-color css

<style>
 a { background-color: #02951C; }

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

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

border-color css

<style>
 span { border-color: #02951C; }

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

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