Html Css Color HEX #12492F Zuccini

📋 copy color: '#12492F'

red 18 ◦ green 73 ◦ blue 47

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

Shades of Zuccini #12492F

Tints of Zuccini #12492F

RGB

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

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

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

R = 13.04%
G = 52.9%
B = 34.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#12492F (or 0x12492F) is known color: Zuccini. HEX triplet: 12, 49 and 2F. RGB value is (18,73,47). Sum of RGB (Red+Green+Blue) = 18+73+47=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #12492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12492F is #EDB6D0. Grayscale: #353535. Windows color (decimal): -15578833 or 3098898. OLE color: 3098898.

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

Color convert

RGB 18 73 47 -
CMYK 0.75 0 0.36 0.71
HSL 151.64º 0.6% 0.18% -
HSV(B) 151.64º 0.75% 0.29% -
XYZ 3.15 5.1 3.51 -
YUV 53.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 18 73 47 0.75 0 0.36 0.71 151.64 0.6 0.18
Hex 12 49 2F 4B 0 24 47 98 3C 12
Octal 22 111 57 113 0 44 107 230 74 22
Binary 10010 1001001 101111 1001011 0 100100 1000111 10011000 111100 10010

Color Harmonies of #12492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12492F

Black with #12492F

Text Example


Text Example

White with #12492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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