Html Css Color HEX #0F472D Zuccini

📋 copy color: '#0F472D'

red 15 ◦ green 71 ◦ blue 45

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

Shades of Zuccini #0F472D

Tints of Zuccini #0F472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 54.2%

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 11.45%
G = 54.2%
B = 34.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#0F472D (or 0x0F472D) is known color: Zuccini. HEX triplet: 0F, 47 and 2D. RGB value is (15,71,45). Sum of RGB (Red+Green+Blue) = 15+71+45=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #0F472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F472D is #F0B8D2. Grayscale: #333333. Windows color (decimal): -15775955 or 2967311. OLE color: 2967311.

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

Color convert

RGB 15 71 45 -
CMYK 0.79 0 0.37 0.72
HSL 152.14º 0.65% 0.17% -
HSV(B) 152.14º 0.79% 0.28% -
XYZ 2.92 4.8 3.25 -
YUV 51.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 15 71 45 0.79 0 0.37 0.72 152.14 0.65 0.17
Hex F 47 2D 4F 0 25 48 98 41 11
Octal 17 107 55 117 0 45 110 230 101 21
Binary 1111 1000111 101101 1001111 0 100101 1001000 10011000 1000001 10001

Color Harmonies of #0F472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F472D

Black with #0F472D

Text Example


Text Example

White with #0F472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,71,45); }

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

background-color css

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

 a { background-color: rgb(15,71,45); }

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

border-color css

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

 span { border-color: rgb(15,71,45); }

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