Html Css Color HEX #05DB2A Dark Pastel Green

📋 copy color: '#05DB2A'

red 5 ◦ green 219 ◦ blue 42

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

Shades of Dark Pastel Green #05DB2A

Tints of Dark Pastel Green #05DB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 82.33%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 1.88%
G = 82.33%
B = 15.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#05DB2A (or 0x05DB2A) is known color: Dark Pastel Green. HEX triplet: 05, DB and 2A. RGB value is (5,219,42). Sum of RGB (Red+Green+Blue) = 5+219+42=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB2A is #FA24D5. Grayscale: #878787. Windows color (decimal): -16393430 or 2808581. OLE color: 2808581.

HSL color Cylindrical-coordinate representation of color #05DB2A: hue angle of 130.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB2A is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 219 42 -
CMYK 0.98 0 0.81 0.14
HSL 130.37º 0.96% 0.44% -
HSV(B) 130.37º 0.98% 0.86% -
XYZ 25.81 50.86 10.65 -
YUV 134.84 75.6 35.39 -
System Red Green Blue C M Y K H S L
Decimal 5 219 42 0.98 0 0.81 0.14 130.37 0.96 0.44
Hex 5 DB 2A 62 0 51 E 82 60 2C
Octal 5 333 52 142 0 121 16 202 140 54
Binary 101 11011011 101010 1100010 0 1010001 1110 10000010 1100000 101100

Color Harmonies of #05DB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DB2A

Black with #05DB2A

Text Example


Text Example

White with #05DB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DB2A; }

 p { color: rgb(5,219,42); }

 H1.HeaderClassName
 {
   color: #05DB2A;
 }
 .AnyTagClassName
 {
   color: #05DB2A;
 }
</style>

background-color css

<style>
 a { background-color: #05DB2A; }

 a { background-color: rgb(5,219,42); }

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

border-color css

<style>
 span { border-color: #05DB2A; }

 span { border-color: rgb(5,219,42); }

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