Html Css Color HEX #05841B Green

📋 copy color: '#05841B'

red 5 ◦ green 132 ◦ blue 27

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

Shades of Green #05841B

Tints of Green #05841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 80.49%

 BLUE value IS 27 (10.94% from 255) = 16.46%

R = 3.05%
G = 80.49%
B = 16.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#05841B (or 0x05841B) is known color: Green. HEX triplet: 05, 84 and 1B. RGB value is (5,132,27). Sum of RGB (Red+Green+Blue) = 5+132+27=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 132 (51.95% from 255 or 80.49% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 132 - color contains mainly: green. Hex color #05841B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05841B is #FA7BE4. Grayscale: #525252. Windows color (decimal): -16415717 or 1803269. OLE color: 1803269.

HSL color Cylindrical-coordinate representation of color #05841B: hue angle of 130.39º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05841B is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 27 -
CMYK 0.96 0 0.80 0.48
HSL 130.39º 0.93% 0.27% -
HSV(B) 130.39º 0.96% 0.52% -
XYZ 8.51 16.61 3.8 -
YUV 82.06 96.92 73.04 -
System Red Green Blue C M Y K H S L
Decimal 5 132 27 0.96 0 0.80 0.48 130.39 0.93 0.27
Hex 5 84 1B 60 0 50 30 82 5D 1B
Octal 5 204 33 140 0 120 60 202 135 33
Binary 101 10000100 11011 1100000 0 1010000 110000 10000010 1011101 11011

Color Harmonies of #05841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05841B

Black with #05841B

Text Example


Text Example

White with #05841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05841B; }

 p { color: rgb(5,132,27); }

 H1.HeaderClassName
 {
   color: #05841B;
 }
 .AnyTagClassName
 {
   color: #05841B;
 }
</style>

background-color css

<style>
 a { background-color: #05841B; }

 a { background-color: rgb(5,132,27); }

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

border-color css

<style>
 span { border-color: #05841B; }

 span { border-color: rgb(5,132,27); }

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