#029D1F

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

Shades of Islamic Green #029D1F

Tints of Islamic Green #029D1F

Color information

#029D1F (or 0x029D1F) is unknown color: approx Islamic Green. HEX triplet: 02, 9D and 1F. RGB value is (2,157,31). Sum of RGB (Red+Green+Blue) = 2+157+31=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 157 (61.72% from 255 or 82.63% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 157 - color contains mainly: green. Hex color #029D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029D1F is #FD62E0. Grayscale: #606060. Windows color (decimal): -16605921 or 2071810. OLE color: 2071810.

HSL color Cylindrical-coordinate representation of color #029D1F: hue angle of 131.23º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029D1F is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB215731-
CMYK0.9900.800.38
HSL131.23º97.48%31.18%-
HSV(B)131.23º98.73%61.57%-
XYZ12.3324.235.32-
YUV96.2991.1560.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 157 (61.72% from 255) = 82.63%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=1.05%
G=82.63%
B=16.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2157310.9900.800.38131.2397.4831.18
Hex29D1F630502683611f
Octal22353714301204620314137
Binary10100111011111111000110101000010011010000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029D1F; }

 p { color: rgb(2,157,31); }

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

<style>
 a { background-color: #029D1F; }

 a { background-color: rgb(2,157,31); }

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

<style>
 span { border-color: #029D1F; }

 span { border-color: rgb(2,157,31); }

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