Html Css Color HEX #0F4B28 Zuccini

📋 copy color: '#0F4B28'

red 15 ◦ green 75 ◦ blue 40

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

Shades of Zuccini #0F4B28

Tints of Zuccini #0F4B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 57.69%

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 11.54%
G = 57.69%
B = 30.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#0F4B28 (or 0x0F4B28) is known color: Zuccini. HEX triplet: 0F, 4B and 28. RGB value is (15,75,40). Sum of RGB (Red+Green+Blue) = 15+75+40=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B28 is #F0B4D7. Grayscale: #353535. Windows color (decimal): -15774936 or 2640655. OLE color: 2640655.

HSL color Cylindrical-coordinate representation of color #0F4B28: hue angle of 145º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B28 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 75 40 -
CMYK 0.80 0 0.47 0.71
HSL 145º 0.67% 0.18% -
HSV(B) 145º 0.8% 0.29% -
XYZ 3.1 5.29 2.86 -
YUV 53.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 15 75 40 0.80 0 0.47 0.71 145 0.67 0.18
Hex F 4B 28 50 0 2F 47 91 43 12
Octal 17 113 50 120 0 57 107 221 103 22
Binary 1111 1001011 101000 1010000 0 101111 1000111 10010001 1000011 10010

Color Harmonies of #0F4B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4B28

Black with #0F4B28

Text Example


Text Example

White with #0F4B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,75,40); }

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

background-color css

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

 a { background-color: rgb(15,75,40); }

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

border-color css

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

 span { border-color: rgb(15,75,40); }

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