Html Css Color HEX #129302 Islamic Green

📋 copy color: '#129302'

red 18 ◦ green 147 ◦ blue 2

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

Shades of Islamic Green #129302

Tints of Islamic Green #129302

RGB

 RED value IS 18 (7.42% from 255) = 10.78%

 GREEN value IS 147 (57.81% from 255) = 88.02%

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

R = 10.78%
G = 88.02%
B = 1.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#129302 (or 0x129302) is known color: Islamic Green. HEX triplet: 12, 93 and 02. RGB value is (18,147,2). Sum of RGB (Red+Green+Blue) = 18+147+2=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 147 (57.81% from 255 or 88.02% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 147 - color contains mainly: green. Hex color #129302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129302 is #ED6CFD. Grayscale: #5C5C5C. Windows color (decimal): -15559934 or 168722. OLE color: 168722.

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

Color convert

RGB 18 147 2 -
CMYK 0.88 0 0.99 0.42
HSL 113.38º 0.97% 0.29% -
HSV(B) 113.38º 0.99% 0.58% -
XYZ 10.69 21 3.55 -
YUV 91.9 77.26 75.29 -
System Red Green Blue C M Y K H S L
Decimal 18 147 2 0.88 0 0.99 0.42 113.38 0.97 0.29
Hex 12 93 2 58 0 63 2A 71 61 1D
Octal 22 223 2 130 0 143 52 161 141 35
Binary 10010 10010011 10 1011000 0 1100011 101010 1110001 1100001 11101

Color Harmonies of #129302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129302

Black with #129302

Text Example


Text Example

White with #129302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129302; }

 p { color: rgb(18,147,2); }

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

background-color css

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

 a { background-color: rgb(18,147,2); }

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

border-color css

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

 span { border-color: rgb(18,147,2); }

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