Html Css Color HEX #12412A Zuccini

📋 copy color: '#12412A'

red 18 ◦ green 65 ◦ blue 42

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

Shades of Zuccini #12412A

Tints of Zuccini #12412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52%

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 14.4%
G = 52%
B = 33.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#12412A (or 0x12412A) is known color: Zuccini. HEX triplet: 12, 41 and 2A. RGB value is (18,65,42). Sum of RGB (Red+Green+Blue) = 18+65+42=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #12412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12412A is #EDBED5. Grayscale: #303030. Windows color (decimal): -15580886 or 2769170. OLE color: 2769170.

HSL color Cylindrical-coordinate representation of color #12412A: hue angle of 150.64º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12412A is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 42 -
CMYK 0.72 0 0.35 0.75
HSL 150.64º 0.57% 0.16% -
HSV(B) 150.64º 0.72% 0.25% -
XYZ 2.56 4.08 2.84 -
YUV 48.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 18 65 42 0.72 0 0.35 0.75 150.64 0.57 0.16
Hex 12 41 2A 48 0 23 4B 97 39 10
Octal 22 101 52 110 0 43 113 227 71 20
Binary 10010 1000001 101010 1001000 0 100011 1001011 10010111 111001 10000

Color Harmonies of #12412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12412A

Black with #12412A

Text Example


Text Example

White with #12412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12412A; }

 p { color: rgb(18,65,42); }

 H1.HeaderClassName
 {
   color: #12412A;
 }
 .AnyTagClassName
 {
   color: #12412A;
 }
</style>

background-color css

<style>
 a { background-color: #12412A; }

 a { background-color: rgb(18,65,42); }

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

border-color css

<style>
 span { border-color: #12412A; }

 span { border-color: rgb(18,65,42); }

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