Html Css Color HEX #05270F Dark Green

📋 copy color: '#05270F'

red 5 ◦ green 39 ◦ blue 15

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

Shades of Dark Green #05270F

Tints of Dark Green #05270F

RGB

 RED value IS 5 (2.34% from 255) = 8.47%

 GREEN value IS 39 (15.63% from 255) = 66.1%

 BLUE value IS 15 (6.25% from 255) = 25.42%

R = 8.47%
G = 66.1%
B = 25.42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#05270F (or 0x05270F) is known color: Dark Green. HEX triplet: 05, 27 and 0F. RGB value is (5,39,15). Sum of RGB (Red+Green+Blue) = 5+39+15=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #05270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05270F is #FAD8F0. Grayscale: #1A1A1A. Windows color (decimal): -16439537 or 993029. OLE color: 993029.

HSL color Cylindrical-coordinate representation of color #05270F: hue angle of 137.65º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05270F is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 39 15 -
CMYK 0.87 0 0.62 0.85
HSL 137.65º 0.77% 0.09% -
HSV(B) 137.65º 0.87% 0.15% -
XYZ 0.87 1.52 0.7 -
YUV 26.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 5 39 15 0.87 0 0.62 0.85 137.65 0.77 0.09
Hex 5 27 F 57 0 3E 55 8A 4D 9
Octal 5 47 17 127 0 76 125 212 115 11
Binary 101 100111 1111 1010111 0 111110 1010101 10001010 1001101 1001

Color Harmonies of #05270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05270F

Black with #05270F

Text Example


Text Example

White with #05270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05270F; }

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

 H1.HeaderClassName
 {
   color: #05270F;
 }
 .AnyTagClassName
 {
   color: #05270F;
 }
</style>

background-color css

<style>
 a { background-color: #05270F; }

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

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

border-color css

<style>
 span { border-color: #05270F; }

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

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