Html Css Color HEX #12492B Zuccini

📋 copy color: '#12492B'

red 18 ◦ green 73 ◦ blue 43

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

Shades of Zuccini #12492B

Tints of Zuccini #12492B

RGB

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

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

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

R = 13.43%
G = 54.48%
B = 32.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#12492B (or 0x12492B) is known color: Zuccini. HEX triplet: 12, 49 and 2B. RGB value is (18,73,43). Sum of RGB (Red+Green+Blue) = 18+73+43=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #12492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12492B is #EDB6D4. Grayscale: #353535. Windows color (decimal): -15578837 or 2836754. OLE color: 2836754.

HSL color Cylindrical-coordinate representation of color #12492B: hue angle of 147.27º 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 #12492B is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 43 -
CMYK 0.75 0 0.41 0.71
HSL 147.27º 0.6% 0.18% -
HSV(B) 147.27º 0.75% 0.29% -
XYZ 3.07 5.07 3.1 -
YUV 53.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 18 73 43 0.75 0 0.41 0.71 147.27 0.6 0.18
Hex 12 49 2B 4B 0 29 47 93 3C 12
Octal 22 111 53 113 0 51 107 223 74 22
Binary 10010 1001001 101011 1001011 0 101001 1000111 10010011 111100 10010

Color Harmonies of #12492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12492B

Black with #12492B

Text Example


Text Example

White with #12492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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