Html Css Color HEX #05302B Dark Green

📋 copy color: '#05302B'

red 5 ◦ green 48 ◦ blue 43

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

Shades of Dark Green #05302B

Tints of Dark Green #05302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 44.79%

R = 5.21%
G = 50%
B = 44.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#05302B (or 0x05302B) is known color: Dark Green. HEX triplet: 05, 30 and 2B. RGB value is (5,48,43). Sum of RGB (Red+Green+Blue) = 5+48+43=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #05302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05302B is #FACFD4. Grayscale: #222222. Windows color (decimal): -16437205 or 2830341. OLE color: 2830341.

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

Color convert

RGB 5 48 43 -
CMYK 0.90 0 0.10 0.81
HSL 173.02º 0.81% 0.1% -
HSV(B) 173.02º 0.9% 0.19% -
XYZ 1.56 2.32 2.65 -
YUV 34.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 5 48 43 0.90 0 0.10 0.81 173.02 0.81 0.1
Hex 5 30 2B 5A 0 A 51 AD 51 A
Octal 5 60 53 132 0 12 121 255 121 12
Binary 101 110000 101011 1011010 0 1010 1010001 10101101 1010001 1010

Color Harmonies of #05302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05302B

Black with #05302B

Text Example


Text Example

White with #05302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05302B; }

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

 H1.HeaderClassName
 {
   color: #05302B;
 }
 .AnyTagClassName
 {
   color: #05302B;
 }
</style>

background-color css

<style>
 a { background-color: #05302B; }

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

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

border-color css

<style>
 span { border-color: #05302B; }

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

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