Html Css Color HEX #05301A Dark Green

📋 copy color: '#05301A'

red 5 ◦ green 48 ◦ blue 26

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

Shades of Dark Green #05301A

Tints of Dark Green #05301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 32.91%

R = 6.33%
G = 60.76%
B = 32.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#05301A (or 0x05301A) is known color: Dark Green. HEX triplet: 05, 30 and 1A. RGB value is (5,48,26). Sum of RGB (Red+Green+Blue) = 5+48+26=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #05301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05301A is #FACFE5. Grayscale: #202020. Windows color (decimal): -16437222 or 1716229. OLE color: 1716229.

HSL color Cylindrical-coordinate representation of color #05301A: hue angle of 149.3º 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 #05301A is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 26 -
CMYK 0.90 0 0.46 0.81
HSL 149.3º 0.81% 0.1% -
HSV(B) 149.3º 0.9% 0.19% -
XYZ 1.31 2.22 1.34 -
YUV 32.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 5 48 26 0.90 0 0.46 0.81 149.3 0.81 0.1
Hex 5 30 1A 5A 0 2E 51 95 51 A
Octal 5 60 32 132 0 56 121 225 121 12
Binary 101 110000 11010 1011010 0 101110 1010001 10010101 1010001 1010

Color Harmonies of #05301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05301A

Black with #05301A

Text Example


Text Example

White with #05301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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