Html Css Color HEX #0F3427 Dark Green

📋 copy color: '#0F3427'

red 15 ◦ green 52 ◦ blue 39

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

Shades of Dark Green #0F3427

Tints of Dark Green #0F3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

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

R = 14.15%
G = 49.06%
B = 36.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#0F3427 (or 0x0F3427) is known color: Dark Green. HEX triplet: 0F, 34 and 27. RGB value is (15,52,39). Sum of RGB (Red+Green+Blue) = 15+52+39=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3427 is #F0CBD8. Grayscale: #272727. Windows color (decimal): -15780825 or 2569231. OLE color: 2569231.

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

Color convert

RGB 15 52 39 -
CMYK 0.71 0 0.25 0.80
HSL 158.92º 0.55% 0.13% -
HSV(B) 158.92º 0.71% 0.2% -
XYZ 1.79 2.7 2.35 -
YUV 39.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 15 52 39 0.71 0 0.25 0.80 158.92 0.55 0.13
Hex F 34 27 47 0 19 50 9F 37 D
Octal 17 64 47 107 0 31 120 237 67 15
Binary 1111 110100 100111 1000111 0 11001 1010000 10011111 110111 1101

Color Harmonies of #0F3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3427

Black with #0F3427

Text Example


Text Example

White with #0F3427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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