Html Css Color HEX #0F3228 Dark Green

📋 copy color: '#0F3228'

red 15 ◦ green 50 ◦ blue 40

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

Shades of Dark Green #0F3228

Tints of Dark Green #0F3228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 38.1%

R = 14.29%
G = 47.62%
B = 38.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#0F3228 (or 0x0F3228) is known color: Dark Green. HEX triplet: 0F, 32 and 28. RGB value is (15,50,40). Sum of RGB (Red+Green+Blue) = 15+50+40=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3228 is #F0CDD7. Grayscale: #262626. Windows color (decimal): -15781336 or 2634255. OLE color: 2634255.

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

Color convert

RGB 15 50 40 -
CMYK 0.70 0 0.20 0.80
HSL 162.86º 0.54% 0.13% -
HSV(B) 162.86º 0.7% 0.2% -
XYZ 1.72 2.54 2.41 -
YUV 38.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 15 50 40 0.70 0 0.20 0.80 162.86 0.54 0.13
Hex F 32 28 46 0 14 50 A3 36 D
Octal 17 62 50 106 0 24 120 243 66 15
Binary 1111 110010 101000 1000110 0 10100 1010000 10100011 110110 1101

Color Harmonies of #0F3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3228

Black with #0F3228

Text Example


Text Example

White with #0F3228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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