Html Css Color HEX #0F462E Zuccini

📋 copy color: '#0F462E'

red 15 ◦ green 70 ◦ blue 46

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

Shades of Zuccini #0F462E

Tints of Zuccini #0F462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.44%

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

R = 11.45%
G = 53.44%
B = 35.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#0F462E (or 0x0F462E) is known color: Zuccini. HEX triplet: 0F, 46 and 2E. RGB value is (15,70,46). Sum of RGB (Red+Green+Blue) = 15+70+46=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #0F462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F462E is #F0B9D1. Grayscale: #323232. Windows color (decimal): -15776210 or 3032591. OLE color: 3032591.

HSL color Cylindrical-coordinate representation of color #0F462E: hue angle of 153.82º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F462E is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 70 46 -
CMYK 0.79 0 0.34 0.73
HSL 153.82º 0.65% 0.17% -
HSV(B) 153.82º 0.79% 0.27% -
XYZ 2.88 4.68 3.34 -
YUV 50.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 15 70 46 0.79 0 0.34 0.73 153.82 0.65 0.17
Hex F 46 2E 4F 0 22 49 9A 41 11
Octal 17 106 56 117 0 42 111 232 101 21
Binary 1111 1000110 101110 1001111 0 100010 1001001 10011010 1000001 10001

Color Harmonies of #0F462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F462E

Black with #0F462E

Text Example


Text Example

White with #0F462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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