Html Css Color HEX #12422F Zuccini

📋 copy color: '#12422F'

red 18 ◦ green 66 ◦ blue 47

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

Shades of Zuccini #12422F

Tints of Zuccini #12422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

 BLUE value IS 47 (18.75% from 255) = 35.88%

R = 13.74%
G = 50.38%
B = 35.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#12422F (or 0x12422F) is known color: Zuccini. HEX triplet: 12, 42 and 2F. RGB value is (18,66,47). Sum of RGB (Red+Green+Blue) = 18+66+47=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #12422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12422F is #EDBDD0. Grayscale: #313131. Windows color (decimal): -15580625 or 3097106. OLE color: 3097106.

HSL color Cylindrical-coordinate representation of color #12422F: hue angle of 156.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12422F is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 47 -
CMYK 0.73 0 0.29 0.74
HSL 156.25º 0.57% 0.16% -
HSV(B) 156.25º 0.73% 0.26% -
XYZ 2.71 4.23 3.36 -
YUV 49.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 18 66 47 0.73 0 0.29 0.74 156.25 0.57 0.16
Hex 12 42 2F 49 0 1D 4A 9C 39 10
Octal 22 102 57 111 0 35 112 234 71 20
Binary 10010 1000010 101111 1001001 0 11101 1001010 10011100 111001 10000

Color Harmonies of #12422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12422F

Black with #12422F

Text Example


Text Example

White with #12422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12422F; }

 p { color: rgb(18,66,47); }

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

background-color css

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

 a { background-color: rgb(18,66,47); }

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

border-color css

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

 span { border-color: rgb(18,66,47); }

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