Html Css Color HEX #12482F Zuccini

📋 copy color: '#12482F'

red 18 ◦ green 72 ◦ blue 47

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

Shades of Zuccini #12482F

Tints of Zuccini #12482F

RGB

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

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

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

R = 13.14%
G = 52.55%
B = 34.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#12482F (or 0x12482F) is known color: Zuccini. HEX triplet: 12, 48 and 2F. RGB value is (18,72,47). Sum of RGB (Red+Green+Blue) = 18+72+47=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #12482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12482F is #EDB7D0. Grayscale: #353535. Windows color (decimal): -15579089 or 3098642. OLE color: 3098642.

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

Color convert

RGB 18 72 47 -
CMYK 0.75 0 0.35 0.72
HSL 152.22º 0.6% 0.18% -
HSV(B) 152.22º 0.75% 0.28% -
XYZ 3.08 4.97 3.49 -
YUV 53 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 18 72 47 0.75 0 0.35 0.72 152.22 0.6 0.18
Hex 12 48 2F 4B 0 23 48 98 3C 12
Octal 22 110 57 113 0 43 110 230 74 22
Binary 10010 1001000 101111 1001011 0 100011 1001000 10011000 111100 10010

Color Harmonies of #12482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12482F

Black with #12482F

Text Example


Text Example

White with #12482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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