Html Css Color HEX #0F3D2B Zuccini

📋 copy color: '#0F3D2B'

red 15 ◦ green 61 ◦ blue 43

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

Shades of Zuccini #0F3D2B

Tints of Zuccini #0F3D2B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 51.26%

 BLUE value IS 43 (17.19% from 255) = 36.13%

R = 12.61%
G = 51.26%
B = 36.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#0F3D2B (or 0x0F3D2B) is known color: Zuccini. HEX triplet: 0F, 3D and 2B. RGB value is (15,61,43). Sum of RGB (Red+Green+Blue) = 15+61+43=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3D2B is #F0C2D4. Grayscale: #2D2D2D. Windows color (decimal): -15778517 or 2833679. OLE color: 2833679.

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

Color convert

RGB 15 61 43 -
CMYK 0.75 0 0.30 0.76
HSL 156.52º 0.61% 0.15% -
HSV(B) 156.52º 0.75% 0.24% -
XYZ 2.3 3.61 2.86 -
YUV 45.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 15 61 43 0.75 0 0.30 0.76 156.52 0.61 0.15
Hex F 3D 2B 4B 0 1E 4C 9D 3D F
Octal 17 75 53 113 0 36 114 235 75 17
Binary 1111 111101 101011 1001011 0 11110 1001100 10011101 111101 1111

Color Harmonies of #0F3D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3D2B

Black with #0F3D2B

Text Example


Text Example

White with #0F3D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,61,43); }

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

background-color css

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

 a { background-color: rgb(15,61,43); }

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

border-color css

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

 span { border-color: rgb(15,61,43); }

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