Html Css Color HEX #05301C Dark Green

📋 copy color: '#05301C'

red 5 ◦ green 48 ◦ blue 28

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

Shades of Dark Green #05301C

Tints of Dark Green #05301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 59.26%

 BLUE value IS 28 (11.33% from 255) = 34.57%

R = 6.17%
G = 59.26%
B = 34.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#05301C (or 0x05301C) is known color: Dark Green. HEX triplet: 05, 30 and 1C. RGB value is (5,48,28). Sum of RGB (Red+Green+Blue) = 5+48+28=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #05301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05301C is #FACFE3. Grayscale: #202020. Windows color (decimal): -16437220 or 1847301. OLE color: 1847301.

HSL color Cylindrical-coordinate representation of color #05301C: hue angle of 152.09º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05301C is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 28 -
CMYK 0.90 0 0.42 0.81
HSL 152.09º 0.81% 0.1% -
HSV(B) 152.09º 0.9% 0.19% -
XYZ 1.33 2.23 1.46 -
YUV 32.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 5 48 28 0.90 0 0.42 0.81 152.09 0.81 0.1
Hex 5 30 1C 5A 0 2A 51 98 51 A
Octal 5 60 34 132 0 52 121 230 121 12
Binary 101 110000 11100 1011010 0 101010 1010001 10011000 1010001 1010

Color Harmonies of #05301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05301C

Black with #05301C

Text Example


Text Example

White with #05301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05301C; }

 p { color: rgb(5,48,28); }

 H1.HeaderClassName
 {
   color: #05301C;
 }
 .AnyTagClassName
 {
   color: #05301C;
 }
</style>

background-color css

<style>
 a { background-color: #05301C; }

 a { background-color: rgb(5,48,28); }

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

border-color css

<style>
 span { border-color: #05301C; }

 span { border-color: rgb(5,48,28); }

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