Html Css Color HEX #05B322 Dark Pastel Green

📋 copy color: '#05B322'

red 5 ◦ green 179 ◦ blue 34

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

Shades of Dark Pastel Green #05B322

Tints of Dark Pastel Green #05B322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 82.11%

 BLUE value IS 34 (13.67% from 255) = 15.6%

R = 2.29%
G = 82.11%
B = 15.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#05B322 (or 0x05B322) is known color: Dark Pastel Green. HEX triplet: 05, B3 and 22. RGB value is (5,179,34). Sum of RGB (Red+Green+Blue) = 5+179+34=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 179 (70.31% from 255 or 82.11% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 179 - color contains mainly: green. Hex color #05B322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B322 is #FA4CDD. Grayscale: #6E6E6E. Windows color (decimal): -16403678 or 2274053. OLE color: 2274053.

HSL color Cylindrical-coordinate representation of color #05B322: hue angle of 130º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B322 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 179 34 -
CMYK 0.97 0 0.81 0.30
HSL 130º 0.95% 0.36% -
HSV(B) 130º 0.97% 0.7% -
XYZ 16.47 32.39 6.9 -
YUV 110.44 84.85 52.79 -
System Red Green Blue C M Y K H S L
Decimal 5 179 34 0.97 0 0.81 0.30 130 0.95 0.36
Hex 5 B3 22 61 0 51 1E 82 5F 24
Octal 5 263 42 141 0 121 36 202 137 44
Binary 101 10110011 100010 1100001 0 1010001 11110 10000010 1011111 100100

Color Harmonies of #05B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B322

Black with #05B322

Text Example


Text Example

White with #05B322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,179,34); }

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

background-color css

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

 a { background-color: rgb(5,179,34); }

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

border-color css

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

 span { border-color: rgb(5,179,34); }

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