Html Css Color HEX #0F482D Zuccini

📋 copy color: '#0F482D'

red 15 ◦ green 72 ◦ blue 45

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

Shades of Zuccini #0F482D

Tints of Zuccini #0F482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.55%

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

R = 11.36%
G = 54.55%
B = 34.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#0F482D (or 0x0F482D) is known color: Zuccini. HEX triplet: 0F, 48 and 2D. RGB value is (15,72,45). Sum of RGB (Red+Green+Blue) = 15+72+45=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #0F482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F482D is #F0B7D2. Grayscale: #333333. Windows color (decimal): -15775699 or 2967567. OLE color: 2967567.

HSL color Cylindrical-coordinate representation of color #0F482D: hue angle of 151.58º degrees, saturation: 0.66, 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 #0F482D is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 72 45 -
CMYK 0.79 0 0.38 0.72
HSL 151.58º 0.66% 0.17% -
HSV(B) 151.58º 0.79% 0.28% -
XYZ 2.99 4.93 3.28 -
YUV 51.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 15 72 45 0.79 0 0.38 0.72 151.58 0.66 0.17
Hex F 48 2D 4F 0 26 48 98 42 11
Octal 17 110 55 117 0 46 110 230 102 21
Binary 1111 1001000 101101 1001111 0 100110 1001000 10011000 1000010 10001

Color Harmonies of #0F482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F482D

Black with #0F482D

Text Example


Text Example

White with #0F482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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