Html Css Color HEX #12482D Zuccini

📋 copy color: '#12482D'

red 18 ◦ green 72 ◦ blue 45

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

Shades of Zuccini #12482D

Tints of Zuccini #12482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.33%

R = 13.33%
G = 53.33%
B = 33.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#12482D (or 0x12482D) is known color: Zuccini. HEX triplet: 12, 48 and 2D. RGB value is (18,72,45). Sum of RGB (Red+Green+Blue) = 18+72+45=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #12482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12482D is #EDB7D2. Grayscale: #343434. Windows color (decimal): -15579091 or 2967570. OLE color: 2967570.

HSL color Cylindrical-coordinate representation of color #12482D: hue angle of 150º 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 #12482D is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 45 -
CMYK 0.75 0 0.38 0.72
HSL 150º 0.6% 0.18% -
HSV(B) 150º 0.75% 0.28% -
XYZ 3.04 4.95 3.28 -
YUV 52.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 18 72 45 0.75 0 0.38 0.72 150 0.6 0.18
Hex 12 48 2D 4B 0 26 48 96 3C 12
Octal 22 110 55 113 0 46 110 226 74 22
Binary 10010 1001000 101101 1001011 0 100110 1001000 10010110 111100 10010

Color Harmonies of #12482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12482D

Black with #12482D

Text Example


Text Example

White with #12482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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