Html Css Color HEX #0F4027 Zuccini

📋 copy color: '#0F4027'

red 15 ◦ green 64 ◦ blue 39

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

Shades of Zuccini #0F4027

Tints of Zuccini #0F4027

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

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

R = 12.71%
G = 54.24%
B = 33.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#0F4027 (or 0x0F4027) is known color: Zuccini. HEX triplet: 0F, 40 and 27. RGB value is (15,64,39). Sum of RGB (Red+Green+Blue) = 15+64+39=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4027 is #F0BFD8. Grayscale: #2E2E2E. Windows color (decimal): -15777753 or 2572303. OLE color: 2572303.

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

Color convert

RGB 15 64 39 -
CMYK 0.77 0 0.39 0.75
HSL 149.39º 0.62% 0.15% -
HSV(B) 149.39º 0.77% 0.25% -
XYZ 2.4 3.91 2.55 -
YUV 46.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 15 64 39 0.77 0 0.39 0.75 149.39 0.62 0.15
Hex F 40 27 4D 0 27 4B 95 3E F
Octal 17 100 47 115 0 47 113 225 76 17
Binary 1111 1000000 100111 1001101 0 100111 1001011 10010101 111110 1111

Color Harmonies of #0F4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4027

Black with #0F4027

Text Example


Text Example

White with #0F4027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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