Html Css Color HEX #124927 Zuccini

📋 copy color: '#124927'

red 18 ◦ green 73 ◦ blue 39

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

Shades of Zuccini #124927

Tints of Zuccini #124927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.15%

 BLUE value IS 39 (15.63% from 255) = 30%

R = 13.85%
G = 56.15%
B = 30%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#124927 (or 0x124927) is known color: Zuccini. HEX triplet: 12, 49 and 27. RGB value is (18,73,39). Sum of RGB (Red+Green+Blue) = 18+73+39=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #124927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124927 is #EDB6D8. Grayscale: #343434. Windows color (decimal): -15578841 or 2574610. OLE color: 2574610.

HSL color Cylindrical-coordinate representation of color #124927: hue angle of 142.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124927 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 39 -
CMYK 0.75 0 0.47 0.71
HSL 142.91º 0.6% 0.18% -
HSV(B) 142.91º 0.75% 0.29% -
XYZ 3 5.04 2.73 -
YUV 52.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 18 73 39 0.75 0 0.47 0.71 142.91 0.6 0.18
Hex 12 49 27 4B 0 2F 47 8F 3C 12
Octal 22 111 47 113 0 57 107 217 74 22
Binary 10010 1001001 100111 1001011 0 101111 1000111 10001111 111100 10010

Color Harmonies of #124927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124927

Black with #124927

Text Example


Text Example

White with #124927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124927; }

 p { color: rgb(18,73,39); }

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

background-color css

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

 a { background-color: rgb(18,73,39); }

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

border-color css

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

 span { border-color: rgb(18,73,39); }

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