Html Css Color HEX #0F4227 Zuccini

📋 copy color: '#0F4227'

red 15 ◦ green 66 ◦ blue 39

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

Shades of Zuccini #0F4227

Tints of Zuccini #0F4227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55%

 BLUE value IS 39 (15.63% from 255) = 32.5%

R = 12.5%
G = 55%
B = 32.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#0F4227 (or 0x0F4227) is known color: Zuccini. HEX triplet: 0F, 42 and 27. RGB value is (15,66,39). Sum of RGB (Red+Green+Blue) = 15+66+39=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4227 is #F0BDD8. Grayscale: #2F2F2F. Windows color (decimal): -15777241 or 2572815. OLE color: 2572815.

HSL color Cylindrical-coordinate representation of color #0F4227: hue angle of 148.24º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4227 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 39 -
CMYK 0.77 0 0.41 0.74
HSL 148.24º 0.63% 0.16% -
HSV(B) 148.24º 0.77% 0.26% -
XYZ 2.51 4.14 2.59 -
YUV 47.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 15 66 39 0.77 0 0.41 0.74 148.24 0.63 0.16
Hex F 42 27 4D 0 29 4A 94 3F 10
Octal 17 102 47 115 0 51 112 224 77 20
Binary 1111 1000010 100111 1001101 0 101001 1001010 10010100 111111 10000

Color Harmonies of #0F4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4227

Black with #0F4227

Text Example


Text Example

White with #0F4227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,39); }

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

background-color css

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

 a { background-color: rgb(15,66,39); }

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

border-color css

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

 span { border-color: rgb(15,66,39); }

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