Html Css Color HEX #05852A Forest Green

📋 copy color: '#05852A'

red 5 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #05852A

Tints of Forest Green #05852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 73.89%

 BLUE value IS 42 (16.8% from 255) = 23.33%

R = 2.78%
G = 73.89%
B = 23.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#05852A (or 0x05852A) is known color: Forest Green. HEX triplet: 05, 85 and 2A. RGB value is (5,133,42). Sum of RGB (Red+Green+Blue) = 5+133+42=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #05852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05852A is #FA7AD5. Grayscale: #545454. Windows color (decimal): -16415446 or 2786565. OLE color: 2786565.

HSL color Cylindrical-coordinate representation of color #05852A: hue angle of 137.34º 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 #05852A is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 42 -
CMYK 0.96 0 0.68 0.48
HSL 137.34º 0.93% 0.27% -
HSV(B) 137.34º 0.96% 0.52% -
XYZ 8.87 16.97 5 -
YUV 84.35 104.09 71.4 -
System Red Green Blue C M Y K H S L
Decimal 5 133 42 0.96 0 0.68 0.48 137.34 0.93 0.27
Hex 5 85 2A 60 0 44 30 89 5D 1B
Octal 5 205 52 140 0 104 60 211 135 33
Binary 101 10000101 101010 1100000 0 1000100 110000 10001001 1011101 11011

Color Harmonies of #05852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05852A

Black with #05852A

Text Example


Text Example

White with #05852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05852A; }

 p { color: rgb(5,133,42); }

 H1.HeaderClassName
 {
   color: #05852A;
 }
 .AnyTagClassName
 {
   color: #05852A;
 }
</style>

background-color css

<style>
 a { background-color: #05852A; }

 a { background-color: rgb(5,133,42); }

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

border-color css

<style>
 span { border-color: #05852A; }

 span { border-color: rgb(5,133,42); }

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