#02951E

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

Shades of Islamic Green #02951E

Tints of Islamic Green #02951E

Color information

#02951E (or 0x02951E) is unknown color: approx Islamic Green. HEX triplet: 02, 95 and 1E. RGB value is (2,149,30). Sum of RGB (Red+Green+Blue) = 2+149+30=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 149 (58.59% from 255 or 82.32% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 149 - color contains mainly: green. Hex color #02951E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02951E is #FD6AE1. Grayscale: #5B5B5B. Windows color (decimal): -16607970 or 2004226. OLE color: 2004226.

HSL color Cylindrical-coordinate representation of color #02951E: hue angle of 131.43º 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 #02951E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB214930-
CMYK0.9900.800.42
HSL131.43º97.35%29.61%-
HSV(B)131.43º98.66%58.43%-
XYZ11.0121.64.82-
YUV91.4893.364.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 149 (58.59% from 255) = 82.32%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=1.10%
G=82.32%
B=16.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2149300.9900.800.42131.4397.3529.61
Hex2951E630502A83611e
Octal22253614301205220314136
Binary10100101011111011000110101000010101010000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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