Html Css Color HEX #0F3E2D Zuccini

📋 copy color: '#0F3E2D'

red 15 ◦ green 62 ◦ blue 45

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

Shades of Zuccini #0F3E2D

Tints of Zuccini #0F3E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 50.82%

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

R = 12.3%
G = 50.82%
B = 36.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#0F3E2D (or 0x0F3E2D) is known color: Zuccini. HEX triplet: 0F, 3E and 2D. RGB value is (15,62,45). Sum of RGB (Red+Green+Blue) = 15+62+45=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E2D is #F0C1D2. Grayscale: #2E2E2E. Windows color (decimal): -15778259 or 2965007. OLE color: 2965007.

HSL color Cylindrical-coordinate representation of color #0F3E2D: hue angle of 158.3º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E2D is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 62 45 -
CMYK 0.76 0 0.27 0.76
HSL 158.3º 0.61% 0.15% -
HSV(B) 158.3º 0.76% 0.24% -
XYZ 2.39 3.74 3.08 -
YUV 46.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 15 62 45 0.76 0 0.27 0.76 158.3 0.61 0.15
Hex F 3E 2D 4C 0 1B 4C 9E 3D F
Octal 17 76 55 114 0 33 114 236 75 17
Binary 1111 111110 101101 1001100 0 11011 1001100 10011110 111101 1111

Color Harmonies of #0F3E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3E2D

Black with #0F3E2D

Text Example


Text Example

White with #0F3E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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