Html Css Color HEX #12422B Zuccini

📋 copy color: '#12422B'

red 18 ◦ green 66 ◦ blue 43

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

Shades of Zuccini #12422B

Tints of Zuccini #12422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.86%

R = 14.17%
G = 51.97%
B = 33.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#12422B (or 0x12422B) is known color: Zuccini. HEX triplet: 12, 42 and 2B. RGB value is (18,66,43). Sum of RGB (Red+Green+Blue) = 18+66+43=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #12422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12422B is #EDBDD4. Grayscale: #313131. Windows color (decimal): -15580629 or 2834962. OLE color: 2834962.

HSL color Cylindrical-coordinate representation of color #12422B: hue angle of 151.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 #12422B is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 43 -
CMYK 0.73 0 0.35 0.74
HSL 151.25º 0.57% 0.16% -
HSV(B) 151.25º 0.73% 0.26% -
XYZ 2.63 4.2 2.96 -
YUV 49.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 18 66 43 0.73 0 0.35 0.74 151.25 0.57 0.16
Hex 12 42 2B 49 0 23 4A 97 39 10
Octal 22 102 53 111 0 43 112 227 71 20
Binary 10010 1000010 101011 1001001 0 100011 1001010 10010111 111001 10000

Color Harmonies of #12422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12422B

Black with #12422B

Text Example


Text Example

White with #12422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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