Html Css Color HEX #0F4028 Zuccini

📋 copy color: '#0F4028'

red 15 ◦ green 64 ◦ blue 40

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

Shades of Zuccini #0F4028

Tints of Zuccini #0F4028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 33.61%

R = 12.61%
G = 53.78%
B = 33.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#0F4028 (or 0x0F4028) is known color: Zuccini. HEX triplet: 0F, 40 and 28. RGB value is (15,64,40). Sum of RGB (Red+Green+Blue) = 15+64+40=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4028 is #F0BFD7. Grayscale: #2E2E2E. Windows color (decimal): -15777752 or 2637839. OLE color: 2637839.

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

Color convert

RGB 15 64 40 -
CMYK 0.77 0 0.38 0.75
HSL 150.61º 0.62% 0.15% -
HSV(B) 150.61º 0.77% 0.25% -
XYZ 2.41 3.92 2.64 -
YUV 46.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 15 64 40 0.77 0 0.38 0.75 150.61 0.62 0.15
Hex F 40 28 4D 0 26 4B 97 3E F
Octal 17 100 50 115 0 46 113 227 76 17
Binary 1111 1000000 101000 1001101 0 100110 1001011 10010111 111110 1111

Color Harmonies of #0F4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4028

Black with #0F4028

Text Example


Text Example

White with #0F4028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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