Html Css Color HEX #05DB2C Dark Pastel Green

📋 copy color: '#05DB2C'

red 5 ◦ green 219 ◦ blue 44

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

Shades of Dark Pastel Green #05DB2C

Tints of Dark Pastel Green #05DB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 1.87%
G = 81.72%
B = 16.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#05DB2C (or 0x05DB2C) is known color: Dark Pastel Green. HEX triplet: 05, DB and 2C. RGB value is (5,219,44). Sum of RGB (Red+Green+Blue) = 5+219+44=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 219 (85.94% from 255 or 81.72% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB2C is #FA24D3. Grayscale: #878787. Windows color (decimal): -16393428 or 2939653. OLE color: 2939653.

HSL color Cylindrical-coordinate representation of color #05DB2C: hue angle of 130.93º 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 #05DB2C is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 219 44 -
CMYK 0.98 0 0.80 0.14
HSL 130.93º 0.96% 0.44% -
HSV(B) 130.93º 0.98% 0.86% -
XYZ 25.85 50.88 10.84 -
YUV 135.06 76.6 35.23 -
System Red Green Blue C M Y K H S L
Decimal 5 219 44 0.98 0 0.80 0.14 130.93 0.96 0.44
Hex 5 DB 2C 62 0 50 E 83 60 2C
Octal 5 333 54 142 0 120 16 203 140 54
Binary 101 11011011 101100 1100010 0 1010000 1110 10000011 1100000 101100

Color Harmonies of #05DB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DB2C

Black with #05DB2C

Text Example


Text Example

White with #05DB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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