Html Css Color HEX #0F3225 Dark Green

📋 copy color: '#0F3225'

red 15 ◦ green 50 ◦ blue 37

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

Shades of Dark Green #0F3225

Tints of Dark Green #0F3225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 36.27%

R = 14.71%
G = 49.02%
B = 36.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#0F3225 (or 0x0F3225) is known color: Dark Green. HEX triplet: 0F, 32 and 25. RGB value is (15,50,37). Sum of RGB (Red+Green+Blue) = 15+50+37=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3225 is #F0CDDA. Grayscale: #262626. Windows color (decimal): -15781339 or 2437647. OLE color: 2437647.

HSL color Cylindrical-coordinate representation of color #0F3225: hue angle of 157.71º 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 #0F3225 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 50 37 -
CMYK 0.70 0 0.26 0.80
HSL 157.71º 0.54% 0.13% -
HSV(B) 157.71º 0.7% 0.2% -
XYZ 1.67 2.52 2.15 -
YUV 38.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 15 50 37 0.70 0 0.26 0.80 157.71 0.54 0.13
Hex F 32 25 46 0 1A 50 9E 36 D
Octal 17 62 45 106 0 32 120 236 66 15
Binary 1111 110010 100101 1000110 0 11010 1010000 10011110 110110 1101

Color Harmonies of #0F3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3225

Black with #0F3225

Text Example


Text Example

White with #0F3225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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