Html Css Color HEX #0F462A Zuccini

📋 copy color: '#0F462A'

red 15 ◦ green 70 ◦ blue 42

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

Shades of Zuccini #0F462A

Tints of Zuccini #0F462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.07%

R = 11.81%
G = 55.12%
B = 33.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#0F462A (or 0x0F462A) is known color: Zuccini. HEX triplet: 0F, 46 and 2A. RGB value is (15,70,42). Sum of RGB (Red+Green+Blue) = 15+70+42=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #0F462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F462A is #F0B9D5. Grayscale: #323232. Windows color (decimal): -15776214 or 2770447. OLE color: 2770447.

HSL color Cylindrical-coordinate representation of color #0F462A: hue angle of 149.45º 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 #0F462A is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 70 42 -
CMYK 0.79 0 0.40 0.73
HSL 149.45º 0.65% 0.17% -
HSV(B) 149.45º 0.79% 0.27% -
XYZ 2.81 4.65 2.94 -
YUV 50.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 15 70 42 0.79 0 0.40 0.73 149.45 0.65 0.17
Hex F 46 2A 4F 0 28 49 95 41 11
Octal 17 106 52 117 0 50 111 225 101 21
Binary 1111 1000110 101010 1001111 0 101000 1001001 10010101 1000001 10001

Color Harmonies of #0F462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F462A

Black with #0F462A

Text Example


Text Example

White with #0F462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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