Html Css Color HEX #05B341 Dark Pastel Green

📋 copy color: '#05B341'

red 5 ◦ green 179 ◦ blue 65

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

Shades of Dark Pastel Green #05B341

Tints of Dark Pastel Green #05B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 2.01%
G = 71.89%
B = 26.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#05B341 (or 0x05B341) is known color: Dark Pastel Green. HEX triplet: 05, B3 and 41. RGB value is (5,179,65). Sum of RGB (Red+Green+Blue) = 5+179+65=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 179 (70.31% from 255 or 71.89% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 179 - color contains mainly: green. Hex color #05B341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B341 is #FA4CBE. Grayscale: #727272. Windows color (decimal): -16403647 or 4305669. OLE color: 4305669.

HSL color Cylindrical-coordinate representation of color #05B341: hue angle of 140.69º 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 #05B341 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 179 65 -
CMYK 0.97 0 0.64 0.30
HSL 140.69º 0.95% 0.36% -
HSV(B) 140.69º 0.97% 0.7% -
XYZ 17.14 32.65 10.4 -
YUV 113.98 100.35 50.27 -
System Red Green Blue C M Y K H S L
Decimal 5 179 65 0.97 0 0.64 0.30 140.69 0.95 0.36
Hex 5 B3 41 61 0 40 1E 8D 5F 24
Octal 5 263 101 141 0 100 36 215 137 44
Binary 101 10110011 1000001 1100001 0 1000000 11110 10001101 1011111 100100

Color Harmonies of #05B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B341

Black with #05B341

Text Example


Text Example

White with #05B341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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