Html Css Color HEX #0F452E Zuccini

📋 copy color: '#0F452E'

red 15 ◦ green 69 ◦ blue 46

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

Shades of Zuccini #0F452E

Tints of Zuccini #0F452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.08%

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

R = 11.54%
G = 53.08%
B = 35.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#0F452E (or 0x0F452E) is known color: Zuccini. HEX triplet: 0F, 45 and 2E. RGB value is (15,69,46). Sum of RGB (Red+Green+Blue) = 15+69+46=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #0F452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F452E is #F0BAD1. Grayscale: #323232. Windows color (decimal): -15776466 or 3032335. OLE color: 3032335.

HSL color Cylindrical-coordinate representation of color #0F452E: hue angle of 154.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F452E is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 69 46 -
CMYK 0.78 0 0.33 0.73
HSL 154.44º 0.64% 0.16% -
HSV(B) 154.44º 0.78% 0.27% -
XYZ 2.82 4.56 3.32 -
YUV 50.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 15 69 46 0.78 0 0.33 0.73 154.44 0.64 0.16
Hex F 45 2E 4E 0 21 49 9A 40 10
Octal 17 105 56 116 0 41 111 232 100 20
Binary 1111 1000101 101110 1001110 0 100001 1001001 10011010 1000000 10000

Color Harmonies of #0F452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F452E

Black with #0F452E

Text Example


Text Example

White with #0F452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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