Html Css Color HEX #0F3325 Dark Green

📋 copy color: '#0F3325'

red 15 ◦ green 51 ◦ blue 37

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

Shades of Dark Green #0F3325

Tints of Dark Green #0F3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.51%

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

R = 14.56%
G = 49.51%
B = 35.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#0F3325 (or 0x0F3325) is known color: Dark Green. HEX triplet: 0F, 33 and 25. RGB value is (15,51,37). Sum of RGB (Red+Green+Blue) = 15+51+37=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3325 is #F0CCDA. Grayscale: #262626. Windows color (decimal): -15781083 or 2437903. OLE color: 2437903.

HSL color Cylindrical-coordinate representation of color #0F3325: hue angle of 156.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3325 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 15 51 37 -
CMYK 0.71 0 0.27 0.8
HSL 156.67º 0.55% 0.13% -
HSV(B) 156.67º 0.71% 0.2% -
XYZ 1.71 2.6 2.16 -
YUV 38.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 15 51 37 0.71 0 0.27 0.8 156.67 0.55 0.13
Hex F 33 25 47 0 1B 50 9D 37 D
Octal 17 63 45 107 0 33 120 235 67 15
Binary 1111 110011 100101 1000111 0 11011 1010000 10011101 110111 1101

Color Harmonies of #0F3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3325

Black with #0F3325

Text Example


Text Example

White with #0F3325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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