Html Css Color HEX #12462E Zuccini

📋 copy color: '#12462E'

red 18 ◦ green 70 ◦ blue 46

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

Shades of Zuccini #12462E

Tints of Zuccini #12462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.24%

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 13.43%
G = 52.24%
B = 34.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#12462E (or 0x12462E) is known color: Zuccini. HEX triplet: 12, 46 and 2E. RGB value is (18,70,46). Sum of RGB (Red+Green+Blue) = 18+70+46=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #12462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12462E is #EDB9D1. Grayscale: #333333. Windows color (decimal): -15579602 or 3032594. OLE color: 3032594.

HSL color Cylindrical-coordinate representation of color #12462E: hue angle of 152.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12462E is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 70 46 -
CMYK 0.74 0 0.34 0.73
HSL 152.31º 0.59% 0.17% -
HSV(B) 152.31º 0.74% 0.27% -
XYZ 2.93 4.71 3.34 -
YUV 51.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 18 70 46 0.74 0 0.34 0.73 152.31 0.59 0.17
Hex 12 46 2E 4A 0 22 49 98 3B 11
Octal 22 106 56 112 0 42 111 230 73 21
Binary 10010 1000110 101110 1001010 0 100010 1001001 10011000 111011 10001

Color Harmonies of #12462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12462E

Black with #12462E

Text Example


Text Example

White with #12462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12462E; }

 p { color: rgb(18,70,46); }

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

background-color css

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

 a { background-color: rgb(18,70,46); }

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

border-color css

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

 span { border-color: rgb(18,70,46); }

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