#05B834

Color #05B834 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #05B834

Tints of Dark Pastel Green #05B834

Color information

#05B834 (or 0x05B834) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B8 and 34. RGB value is (5,184,52). Sum of RGB (Red+Green+Blue) = 5+184+52=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 184 (72.27% from 255 or 76.35% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 184 - color contains mainly: green. Hex color #05B834 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B834 is #FA47CB. Grayscale: #737373. Windows color (decimal): -16402380 or 3454981. OLE color: 3454981.

HSL color Cylindrical-coordinate representation of color #05B834: hue angle of 135.75º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B834 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB518452-
CMYK0.9700.720.28
HSL135.75º94.71%37.06%-
HSV(B)135.75º97.28%72.16%-
XYZ17.8234.568.98-
YUV115.4392.249.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 184 (72.27% from 255) = 76.35%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=2.07%
G=76.35%
B=21.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5184520.9700.720.28135.7594.7137.06
Hex5B834610481C885f25
Octal52706414101103421013745
Binary1011011100011010011000010100100011100100010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,184,52); }

 H1.HeaderClassName
 {
   color: #05B834;
 }
 .AnyTagClassName
 {
   color: #05B834;
 }
</style>
background-color css

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

 a { background-color: rgb(5,184,52); }

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

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

 span { border-color: rgb(5,184,52); }

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