Html Css Color HEX #0F412D Zuccini

📋 copy color: '#0F412D'

red 15 ◦ green 65 ◦ blue 45

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

Shades of Zuccini #0F412D

Tints of Zuccini #0F412D

RGB

 RED value IS 15 (6.25% from 255) = 12%

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

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

R = 12%
G = 52%
B = 36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#0F412D (or 0x0F412D) is known color: Zuccini. HEX triplet: 0F, 41 and 2D. RGB value is (15,65,45). Sum of RGB (Red+Green+Blue) = 15+65+45=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #0F412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F412D is #F0BED2. Grayscale: #2F2F2F. Windows color (decimal): -15777491 or 2965775. OLE color: 2965775.

HSL color Cylindrical-coordinate representation of color #0F412D: hue angle of 156º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F412D is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 65 45 -
CMYK 0.77 0 0.31 0.75
HSL 156º 0.63% 0.16% -
HSV(B) 156º 0.77% 0.25% -
XYZ 2.56 4.07 3.13 -
YUV 47.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 15 65 45 0.77 0 0.31 0.75 156 0.63 0.16
Hex F 41 2D 4D 0 1F 4B 9C 3E 10
Octal 17 101 55 115 0 37 113 234 76 20
Binary 1111 1000001 101101 1001101 0 11111 1001011 10011100 111110 10000

Color Harmonies of #0F412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F412D

Black with #0F412D

Text Example


Text Example

White with #0F412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F412D; }

 p { color: rgb(15,65,45); }

 H1.HeaderClassName
 {
   color: #0F412D;
 }
 .AnyTagClassName
 {
   color: #0F412D;
 }
</style>

background-color css

<style>
 a { background-color: #0F412D; }

 a { background-color: rgb(15,65,45); }

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

border-color css

<style>
 span { border-color: #0F412D; }

 span { border-color: rgb(15,65,45); }

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