Html Css Color HEX #0F3229 Dark Green

📋 copy color: '#0F3229'

red 15 ◦ green 50 ◦ blue 41

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

Shades of Dark Green #0F3229

Tints of Dark Green #0F3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.17%

 BLUE value IS 41 (16.41% from 255) = 38.68%

R = 14.15%
G = 47.17%
B = 38.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#0F3229 (or 0x0F3229) is known color: Dark Green. HEX triplet: 0F, 32 and 29. RGB value is (15,50,41). Sum of RGB (Red+Green+Blue) = 15+50+41=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3229 is #F0CDD6. Grayscale: #262626. Windows color (decimal): -15781335 or 2699791. OLE color: 2699791.

HSL color Cylindrical-coordinate representation of color #0F3229: hue angle of 164.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3229 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 50 41 -
CMYK 0.70 0 0.18 0.80
HSL 164.57º 0.54% 0.13% -
HSV(B) 164.57º 0.7% 0.2% -
XYZ 1.74 2.54 2.5 -
YUV 38.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 15 50 41 0.70 0 0.18 0.80 164.57 0.54 0.13
Hex F 32 29 46 0 12 50 A5 36 D
Octal 17 62 51 106 0 22 120 245 66 15
Binary 1111 110010 101001 1000110 0 10010 1010000 10100101 110110 1101

Color Harmonies of #0F3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3229

Black with #0F3229

Text Example


Text Example

White with #0F3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,50,41); }

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

background-color css

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

 a { background-color: rgb(15,50,41); }

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

border-color css

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

 span { border-color: rgb(15,50,41); }

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