Html Css Color HEX #0F3227 Dark Green

📋 copy color: '#0F3227'

red 15 ◦ green 50 ◦ blue 39

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

Shades of Dark Green #0F3227

Tints of Dark Green #0F3227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 37.5%

R = 14.42%
G = 48.08%
B = 37.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#0F3227 (or 0x0F3227) is known color: Dark Green. HEX triplet: 0F, 32 and 27. RGB value is (15,50,39). Sum of RGB (Red+Green+Blue) = 15+50+39=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3227 is #F0CDD8. Grayscale: #262626. Windows color (decimal): -15781337 or 2568719. OLE color: 2568719.

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

Color convert

RGB 15 50 39 -
CMYK 0.70 0 0.22 0.80
HSL 161.14º 0.54% 0.13% -
HSV(B) 161.14º 0.7% 0.2% -
XYZ 1.7 2.53 2.32 -
YUV 38.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 15 50 39 0.70 0 0.22 0.80 161.14 0.54 0.13
Hex F 32 27 46 0 16 50 A1 36 D
Octal 17 62 47 106 0 26 120 241 66 15
Binary 1111 110010 100111 1000110 0 10110 1010000 10100001 110110 1101

Color Harmonies of #0F3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3227

Black with #0F3227

Text Example


Text Example

White with #0F3227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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