Html Css Color HEX #129369 Elf Green

📋 copy color: '#129369'

red 18 ◦ green 147 ◦ blue 105

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

Shades of Elf Green #129369

Tints of Elf Green #129369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 6.67%
G = 54.44%
B = 38.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#129369 (or 0x129369) is known color: Elf Green. HEX triplet: 12, 93 and 69. RGB value is (18,147,105). Sum of RGB (Red+Green+Blue) = 18+147+105=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #129369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129369 is #ED6C96. Grayscale: #676767. Windows color (decimal): -15559831 or 6918930. OLE color: 6918930.

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

Color convert

RGB 18 147 105 -
CMYK 0.88 0 0.29 0.42
HSL 160.47º 0.78% 0.32% -
HSV(B) 160.47º 0.88% 0.58% -
XYZ 13.23 22.02 16.92 -
YUV 103.64 128.76 66.92 -
System Red Green Blue C M Y K H S L
Decimal 18 147 105 0.88 0 0.29 0.42 160.47 0.78 0.32
Hex 12 93 69 58 0 1D 2A A0 4E 20
Octal 22 223 151 130 0 35 52 240 116 40
Binary 10010 10010011 1101001 1011000 0 11101 101010 10100000 1001110 100000

Color Harmonies of #129369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129369

Black with #129369

Text Example


Text Example

White with #129369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129369; }

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

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

background-color css

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

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

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

border-color css

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

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

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