Html Css Color HEX #029201 Islamic Green

📋 copy color: '#029201'

red 2 ◦ green 146 ◦ blue 1

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

Shades of Islamic Green #029201

Tints of Islamic Green #029201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 97.99%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 1.34%
G = 97.99%
B = 0.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#029201 (or 0x029201) is known color: Islamic Green. HEX triplet: 02, 92 and 01. RGB value is (2,146,1). Sum of RGB (Red+Green+Blue) = 2+146+1=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 146 (57.42% from 255 or 97.99% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 146 - color contains mainly: green. Hex color #029201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029201 is #FD6DFE. Grayscale: #565656. Windows color (decimal): -16608767 or 102914. OLE color: 102914.

HSL color Cylindrical-coordinate representation of color #029201: hue angle of 119.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029201 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 146 1 -
CMYK 0.99 0 0.99 0.43
HSL 119.59º 0.99% 0.29% -
HSV(B) 119.59º 0.99% 0.57% -
XYZ 10.31 20.57 3.46 -
YUV 86.41 79.79 67.79 -
System Red Green Blue C M Y K H S L
Decimal 2 146 1 0.99 0 0.99 0.43 119.59 0.99 0.29
Hex 2 92 1 63 0 63 2B 78 63 1D
Octal 2 222 1 143 0 143 53 170 143 35
Binary 10 10010010 1 1100011 0 1100011 101011 1111000 1100011 11101

Color Harmonies of #029201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029201

Black with #029201

Text Example


Text Example

White with #029201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029201; }

 p { color: rgb(2,146,1); }

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

background-color css

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

 a { background-color: rgb(2,146,1); }

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

border-color css

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

 span { border-color: rgb(2,146,1); }

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