Html Css Color HEX #05701B Green

📋 copy color: '#05701B'

red 5 ◦ green 112 ◦ blue 27

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

Shades of Green #05701B

Tints of Green #05701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 77.78%

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

R = 3.47%
G = 77.78%
B = 18.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#05701B (or 0x05701B) is known color: Green. HEX triplet: 05, 70 and 1B. RGB value is (5,112,27). Sum of RGB (Red+Green+Blue) = 5+112+27=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #05701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05701B is #FA8FE4. Grayscale: #464646. Windows color (decimal): -16420837 or 1798149. OLE color: 1798149.

HSL color Cylindrical-coordinate representation of color #05701B: hue angle of 132.34º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05701B is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 27 -
CMYK 0.96 0 0.76 0.56
HSL 132.34º 0.91% 0.23% -
HSV(B) 132.34º 0.96% 0.44% -
XYZ 6.05 11.7 2.98 -
YUV 70.32 103.55 81.41 -
System Red Green Blue C M Y K H S L
Decimal 5 112 27 0.96 0 0.76 0.56 132.34 0.91 0.23
Hex 5 70 1B 60 0 4C 38 84 5B 17
Octal 5 160 33 140 0 114 70 204 133 27
Binary 101 1110000 11011 1100000 0 1001100 111000 10000100 1011011 10111

Color Harmonies of #05701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05701B

Black with #05701B

Text Example


Text Example

White with #05701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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