Html Css Color HEX #0F3728 Dark Green

📋 copy color: '#0F3728'

red 15 ◦ green 55 ◦ blue 40

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

Shades of Dark Green #0F3728

Tints of Dark Green #0F3728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50%

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

R = 13.64%
G = 50%
B = 36.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#0F3728 (or 0x0F3728) is known color: Dark Green. HEX triplet: 0F, 37 and 28. RGB value is (15,55,40). Sum of RGB (Red+Green+Blue) = 15+55+40=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3728 is #F0C8D7. Grayscale: #292929. Windows color (decimal): -15780056 or 2635535. OLE color: 2635535.

HSL color Cylindrical-coordinate representation of color #0F3728: hue angle of 157.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3728 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 55 40 -
CMYK 0.73 0 0.27 0.78
HSL 157.5º 0.57% 0.14% -
HSV(B) 157.5º 0.73% 0.22% -
XYZ 1.95 2.99 2.48 -
YUV 41.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 15 55 40 0.73 0 0.27 0.78 157.5 0.57 0.14
Hex F 37 28 49 0 1B 4E 9E 39 E
Octal 17 67 50 111 0 33 116 236 71 16
Binary 1111 110111 101000 1001001 0 11011 1001110 10011110 111001 1110

Color Harmonies of #0F3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3728

Black with #0F3728

Text Example


Text Example

White with #0F3728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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