Html Css Color HEX #12492C Zuccini

📋 copy color: '#12492C'

red 18 ◦ green 73 ◦ blue 44

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

Shades of Zuccini #12492C

Tints of Zuccini #12492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.07%

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 13.33%
G = 54.07%
B = 32.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#12492C (or 0x12492C) is known color: Zuccini. HEX triplet: 12, 49 and 2C. RGB value is (18,73,44). Sum of RGB (Red+Green+Blue) = 18+73+44=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #12492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12492C is #EDB6D3. Grayscale: #353535. Windows color (decimal): -15578836 or 2902290. OLE color: 2902290.

HSL color Cylindrical-coordinate representation of color #12492C: hue angle of 148.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12492C is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 44 -
CMYK 0.75 0 0.40 0.71
HSL 148.36º 0.6% 0.18% -
HSV(B) 148.36º 0.75% 0.29% -
XYZ 3.09 5.08 3.2 -
YUV 53.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 18 73 44 0.75 0 0.40 0.71 148.36 0.6 0.18
Hex 12 49 2C 4B 0 28 47 94 3C 12
Octal 22 111 54 113 0 50 107 224 74 22
Binary 10010 1001001 101100 1001011 0 101000 1000111 10010100 111100 10010

Color Harmonies of #12492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12492C

Black with #12492C

Text Example


Text Example

White with #12492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12492C; }

 p { color: rgb(18,73,44); }

 H1.HeaderClassName
 {
   color: #12492C;
 }
 .AnyTagClassName
 {
   color: #12492C;
 }
</style>

background-color css

<style>
 a { background-color: #12492C; }

 a { background-color: rgb(18,73,44); }

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

border-color css

<style>
 span { border-color: #12492C; }

 span { border-color: rgb(18,73,44); }

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