Html Css Color HEX #0F442F Zuccini

📋 copy color: '#0F442F'

red 15 ◦ green 68 ◦ blue 47

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

Shades of Zuccini #0F442F

Tints of Zuccini #0F442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.31%

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 11.54%
G = 52.31%
B = 36.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#0F442F (or 0x0F442F) is known color: Zuccini. HEX triplet: 0F, 44 and 2F. RGB value is (15,68,47). Sum of RGB (Red+Green+Blue) = 15+68+47=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #0F442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F442F is #F0BBD0. Grayscale: #313131. Windows color (decimal): -15776721 or 3097615. OLE color: 3097615.

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

Color convert

RGB 15 68 47 -
CMYK 0.78 0 0.31 0.73
HSL 156.23º 0.64% 0.16% -
HSV(B) 156.23º 0.78% 0.27% -
XYZ 2.78 4.44 3.4 -
YUV 49.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 15 68 47 0.78 0 0.31 0.73 156.23 0.64 0.16
Hex F 44 2F 4E 0 1F 49 9C 40 10
Octal 17 104 57 116 0 37 111 234 100 20
Binary 1111 1000100 101111 1001110 0 11111 1001001 10011100 1000000 10000

Color Harmonies of #0F442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F442F

Black with #0F442F

Text Example


Text Example

White with #0F442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,47); }

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

background-color css

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

 a { background-color: rgb(15,68,47); }

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

border-color css

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

 span { border-color: rgb(15,68,47); }

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