Html Css Color HEX #12482E Zuccini

📋 copy color: '#12482E'

red 18 ◦ green 72 ◦ blue 46

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

Shades of Zuccini #12482E

Tints of Zuccini #12482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.94%

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

R = 13.24%
G = 52.94%
B = 33.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#12482E (or 0x12482E) is known color: Zuccini. HEX triplet: 12, 48 and 2E. RGB value is (18,72,46). Sum of RGB (Red+Green+Blue) = 18+72+46=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #12482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12482E is #EDB7D1. Grayscale: #343434. Windows color (decimal): -15579090 or 3033106. OLE color: 3033106.

HSL color Cylindrical-coordinate representation of color #12482E: hue angle of 151.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12482E is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 46 -
CMYK 0.75 0 0.36 0.72
HSL 151.11º 0.6% 0.18% -
HSV(B) 151.11º 0.75% 0.28% -
XYZ 3.06 4.96 3.38 -
YUV 52.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 18 72 46 0.75 0 0.36 0.72 151.11 0.6 0.18
Hex 12 48 2E 4B 0 24 48 97 3C 12
Octal 22 110 56 113 0 44 110 227 74 22
Binary 10010 1001000 101110 1001011 0 100100 1001000 10010111 111100 10010

Color Harmonies of #12482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12482E

Black with #12482E

Text Example


Text Example

White with #12482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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