Html Css Color HEX #124B27 Zuccini

📋 copy color: '#124B27'

red 18 ◦ green 75 ◦ blue 39

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

Shades of Zuccini #124B27

Tints of Zuccini #124B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 56.82%

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

R = 13.64%
G = 56.82%
B = 29.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#124B27 (or 0x124B27) is known color: Zuccini. HEX triplet: 12, 4B and 27. RGB value is (18,75,39). Sum of RGB (Red+Green+Blue) = 18+75+39=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #124B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B27 is #EDB4D8. Grayscale: #353535. Windows color (decimal): -15578329 or 2575122. OLE color: 2575122.

HSL color Cylindrical-coordinate representation of color #124B27: hue angle of 142.11º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B27 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 75 39 -
CMYK 0.76 0 0.48 0.71
HSL 142.11º 0.61% 0.18% -
HSV(B) 142.11º 0.76% 0.29% -
XYZ 3.13 5.31 2.78 -
YUV 53.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 18 75 39 0.76 0 0.48 0.71 142.11 0.61 0.18
Hex 12 4B 27 4C 0 30 47 8E 3D 12
Octal 22 113 47 114 0 60 107 216 75 22
Binary 10010 1001011 100111 1001100 0 110000 1000111 10001110 111101 10010

Color Harmonies of #124B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B27

Black with #124B27

Text Example


Text Example

White with #124B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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