Html Css Color HEX #0F4E2B Zuccini

📋 copy color: '#0F4E2B'

red 15 ◦ green 78 ◦ blue 43

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

Shades of Zuccini #0F4E2B

Tints of Zuccini #0F4E2B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 57.35%

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 11.03%
G = 57.35%
B = 31.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#0F4E2B (or 0x0F4E2B) is known color: Zuccini. HEX triplet: 0F, 4E and 2B. RGB value is (15,78,43). Sum of RGB (Red+Green+Blue) = 15+78+43=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 78 (30.86% from 255 or 57.35% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4E2B is #F0B1D4. Grayscale: #373737. Windows color (decimal): -15774165 or 2838031. OLE color: 2838031.

HSL color Cylindrical-coordinate representation of color #0F4E2B: hue angle of 146.67º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4E2B is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 78 43 -
CMYK 0.81 0 0.45 0.69
HSL 146.67º 0.68% 0.18% -
HSV(B) 146.67º 0.81% 0.31% -
XYZ 3.36 5.72 3.21 -
YUV 55.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 15 78 43 0.81 0 0.45 0.69 146.67 0.68 0.18
Hex F 4E 2B 51 0 2D 45 93 44 12
Octal 17 116 53 121 0 55 105 223 104 22
Binary 1111 1001110 101011 1010001 0 101101 1000101 10010011 1000100 10010

Color Harmonies of #0F4E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4E2B

Black with #0F4E2B

Text Example


Text Example

White with #0F4E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,78,43); }

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

background-color css

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

 a { background-color: rgb(15,78,43); }

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

border-color css

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

 span { border-color: rgb(15,78,43); }

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