Html Css Color HEX #05CB2E Dark Pastel Green

📋 copy color: '#05CB2E'

red 5 ◦ green 203 ◦ blue 46

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

Shades of Dark Pastel Green #05CB2E

Tints of Dark Pastel Green #05CB2E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 79.92%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 1.97%
G = 79.92%
B = 18.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#05CB2E (or 0x05CB2E) is known color: Dark Pastel Green. HEX triplet: 05, CB and 2E. RGB value is (5,203,46). Sum of RGB (Red+Green+Blue) = 5+203+46=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CB2E is #FA34D1. Grayscale: #7E7E7E. Windows color (decimal): -16397522 or 3066629. OLE color: 3066629.

HSL color Cylindrical-coordinate representation of color #05CB2E: hue angle of 132.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CB2E is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 203 46 -
CMYK 0.98 0 0.77 0.20
HSL 132.42º 0.95% 0.41% -
HSV(B) 132.42º 0.98% 0.8% -
XYZ 21.91 42.94 9.72 -
YUV 125.9 82.9 41.77 -
System Red Green Blue C M Y K H S L
Decimal 5 203 46 0.98 0 0.77 0.20 132.42 0.95 0.41
Hex 5 CB 2E 62 0 4D 14 84 5F 29
Octal 5 313 56 142 0 115 24 204 137 51
Binary 101 11001011 101110 1100010 0 1001101 10100 10000100 1011111 101001

Color Harmonies of #05CB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CB2E

Black with #05CB2E

Text Example


Text Example

White with #05CB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,203,46); }

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

background-color css

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

 a { background-color: rgb(5,203,46); }

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

border-color css

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

 span { border-color: rgb(5,203,46); }

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