Html Css Color HEX #05730F Green

📋 copy color: '#05730F'

red 5 ◦ green 115 ◦ blue 15

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

Shades of Green #05730F

Tints of Green #05730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 85.19%

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 3.7%
G = 85.19%
B = 11.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#05730F (or 0x05730F) is known color: Green. HEX triplet: 05, 73 and 0F. RGB value is (5,115,15). Sum of RGB (Red+Green+Blue) = 5+115+15=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 115 (45.31% from 255 or 85.19% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 115 - color contains mainly: green. Hex color #05730F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05730F is #FA8CF0. Grayscale: #474747. Windows color (decimal): -16420081 or 1012485. OLE color: 1012485.

HSL color Cylindrical-coordinate representation of color #05730F: hue angle of 125.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05730F is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 15 -
CMYK 0.96 0 0.87 0.55
HSL 125.45º 0.92% 0.24% -
HSV(B) 125.45º 0.96% 0.45% -
XYZ 6.28 12.33 2.5 -
YUV 70.71 96.56 81.13 -
System Red Green Blue C M Y K H S L
Decimal 5 115 15 0.96 0 0.87 0.55 125.45 0.92 0.24
Hex 5 73 F 60 0 57 37 7D 5C 18
Octal 5 163 17 140 0 127 67 175 134 30
Binary 101 1110011 1111 1100000 0 1010111 110111 1111101 1011100 11000

Color Harmonies of #05730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05730F

Black with #05730F

Text Example


Text Example

White with #05730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05730F; }

 p { color: rgb(5,115,15); }

 H1.HeaderClassName
 {
   color: #05730F;
 }
 .AnyTagClassName
 {
   color: #05730F;
 }
</style>

background-color css

<style>
 a { background-color: #05730F; }

 a { background-color: rgb(5,115,15); }

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

border-color css

<style>
 span { border-color: #05730F; }

 span { border-color: rgb(5,115,15); }

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