Html Css Color HEX #12462F Zuccini

📋 copy color: '#12462F'

red 18 ◦ green 70 ◦ blue 47

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

Shades of Zuccini #12462F

Tints of Zuccini #12462F

RGB

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

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

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

R = 13.33%
G = 51.85%
B = 34.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#12462F (or 0x12462F) is known color: Zuccini. HEX triplet: 12, 46 and 2F. RGB value is (18,70,47). Sum of RGB (Red+Green+Blue) = 18+70+47=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #12462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12462F is #EDB9D0. Grayscale: #333333. Windows color (decimal): -15579601 or 3098130. OLE color: 3098130.

HSL color Cylindrical-coordinate representation of color #12462F: hue angle of 153.46º 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 #12462F is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 70 47 -
CMYK 0.74 0 0.33 0.73
HSL 153.46º 0.59% 0.17% -
HSV(B) 153.46º 0.74% 0.27% -
XYZ 2.95 4.71 3.44 -
YUV 51.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 18 70 47 0.74 0 0.33 0.73 153.46 0.59 0.17
Hex 12 46 2F 4A 0 21 49 99 3B 11
Octal 22 106 57 112 0 41 111 231 73 21
Binary 10010 1000110 101111 1001010 0 100001 1001001 10011001 111011 10001

Color Harmonies of #12462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12462F

Black with #12462F

Text Example


Text Example

White with #12462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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