Html Css Color HEX #0F4C26 Zuccini

📋 copy color: '#0F4C26'

red 15 ◦ green 76 ◦ blue 38

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

Shades of Zuccini #0F4C26

Tints of Zuccini #0F4C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 58.91%

 BLUE value IS 38 (15.23% from 255) = 29.46%

R = 11.63%
G = 58.91%
B = 29.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#0F4C26 (or 0x0F4C26) is known color: Zuccini. HEX triplet: 0F, 4C and 26. RGB value is (15,76,38). Sum of RGB (Red+Green+Blue) = 15+76+38=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C26 is #F0B3D9. Grayscale: #353535. Windows color (decimal): -15774682 or 2509839. OLE color: 2509839.

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

Color convert

RGB 15 76 38 -
CMYK 0.80 0 0.5 0.70
HSL 142.62º 0.67% 0.18% -
HSV(B) 142.62º 0.8% 0.3% -
XYZ 3.13 5.41 2.71 -
YUV 53.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 15 76 38 0.80 0 0.5 0.70 142.62 0.67 0.18
Hex F 4C 26 50 0 32 46 8F 43 12
Octal 17 114 46 120 0 62 106 217 103 22
Binary 1111 1001100 100110 1010000 0 110010 1000110 10001111 1000011 10010

Color Harmonies of #0F4C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4C26

Black with #0F4C26

Text Example


Text Example

White with #0F4C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,76,38); }

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

background-color css

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

 a { background-color: rgb(15,76,38); }

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

border-color css

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

 span { border-color: rgb(15,76,38); }

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