Html Css Color HEX #0F442A Zuccini

📋 copy color: '#0F442A'

red 15 ◦ green 68 ◦ blue 42

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

Shades of Zuccini #0F442A

Tints of Zuccini #0F442A

RGB

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

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

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

R = 12%
G = 54.4%
B = 33.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#0F442A (or 0x0F442A) is known color: Zuccini. HEX triplet: 0F, 44 and 2A. RGB value is (15,68,42). Sum of RGB (Red+Green+Blue) = 15+68+42=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #0F442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F442A is #F0BBD5. Grayscale: #313131. Windows color (decimal): -15776726 or 2769935. OLE color: 2769935.

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

Color convert

RGB 15 68 42 -
CMYK 0.78 0 0.38 0.73
HSL 150.57º 0.64% 0.16% -
HSV(B) 150.57º 0.78% 0.27% -
XYZ 2.68 4.4 2.9 -
YUV 49.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 15 68 42 0.78 0 0.38 0.73 150.57 0.64 0.16
Hex F 44 2A 4E 0 26 49 97 40 10
Octal 17 104 52 116 0 46 111 227 100 20
Binary 1111 1000100 101010 1001110 0 100110 1001001 10010111 1000000 10000

Color Harmonies of #0F442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F442A

Black with #0F442A

Text Example


Text Example

White with #0F442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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