Html Css Color HEX #0F412E Zuccini

📋 copy color: '#0F412E'

red 15 ◦ green 65 ◦ blue 46

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

Shades of Zuccini #0F412E

Tints of Zuccini #0F412E

RGB

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

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

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

R = 11.9%
G = 51.59%
B = 36.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#0F412E (or 0x0F412E) is known color: Zuccini. HEX triplet: 0F, 41 and 2E. RGB value is (15,65,46). Sum of RGB (Red+Green+Blue) = 15+65+46=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #0F412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F412E is #F0BED1. Grayscale: #2F2F2F. Windows color (decimal): -15777490 or 3031311. OLE color: 3031311.

HSL color Cylindrical-coordinate representation of color #0F412E: hue angle of 157.2º 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 #0F412E is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 65 46 -
CMYK 0.77 0 0.29 0.75
HSL 157.2º 0.63% 0.16% -
HSV(B) 157.2º 0.77% 0.25% -
XYZ 2.58 4.08 3.24 -
YUV 47.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 15 65 46 0.77 0 0.29 0.75 157.2 0.63 0.16
Hex F 41 2E 4D 0 1D 4B 9D 3E 10
Octal 17 101 56 115 0 35 113 235 76 20
Binary 1111 1000001 101110 1001101 0 11101 1001011 10011101 111110 10000

Color Harmonies of #0F412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F412E

Black with #0F412E

Text Example


Text Example

White with #0F412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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