Html Css Color HEX #129307 Islamic Green

📋 copy color: '#129307'

red 18 ◦ green 147 ◦ blue 7

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

Shades of Islamic Green #129307

Tints of Islamic Green #129307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 10.47%
G = 85.47%
B = 4.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#129307 (or 0x129307) is known color: Islamic Green. HEX triplet: 12, 93 and 07. RGB value is (18,147,7). Sum of RGB (Red+Green+Blue) = 18+147+7=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 147 (57.81% from 255 or 85.47% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 147 - color contains mainly: green. Hex color #129307 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129307 is #ED6CF8. Grayscale: #5C5C5C. Windows color (decimal): -15559929 or 496402. OLE color: 496402.

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

Color convert

RGB 18 147 7 -
CMYK 0.88 0 0.95 0.42
HSL 115.29º 0.91% 0.3% -
HSV(B) 115.29º 0.95% 0.58% -
XYZ 10.72 21.01 3.69 -
YUV 92.47 79.76 74.88 -
System Red Green Blue C M Y K H S L
Decimal 18 147 7 0.88 0 0.95 0.42 115.29 0.91 0.3
Hex 12 93 7 58 0 5F 2A 73 5B 1E
Octal 22 223 7 130 0 137 52 163 133 36
Binary 10010 10010011 111 1011000 0 1011111 101010 1110011 1011011 11110

Color Harmonies of #129307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129307

Black with #129307

Text Example


Text Example

White with #129307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129307; }

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

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

background-color css

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

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

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

border-color css

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

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

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