Html Css Color HEX #05942A Forest Green

📋 copy color: '#05942A'

red 5 ◦ green 148 ◦ blue 42

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

Shades of Forest Green #05942A

Tints of Forest Green #05942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 75.9%

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

R = 2.56%
G = 75.9%
B = 21.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#05942A (or 0x05942A) is known color: Forest Green. HEX triplet: 05, 94 and 2A. RGB value is (5,148,42). Sum of RGB (Red+Green+Blue) = 5+148+42=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 148 (58.20% from 255 or 75.90% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 148 - color contains mainly: green. Hex color #05942A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05942A is #FA6BD5. Grayscale: #5D5D5D. Windows color (decimal): -16411606 or 2790405. OLE color: 2790405.

HSL color Cylindrical-coordinate representation of color #05942A: hue angle of 135.52º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05942A is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 42 -
CMYK 0.97 0 0.72 0.42
HSL 135.52º 0.93% 0.3% -
HSV(B) 135.52º 0.97% 0.58% -
XYZ 11.07 21.38 5.73 -
YUV 93.16 99.12 65.12 -
System Red Green Blue C M Y K H S L
Decimal 5 148 42 0.97 0 0.72 0.42 135.52 0.93 0.3
Hex 5 94 2A 61 0 48 2A 88 5D 1E
Octal 5 224 52 141 0 110 52 210 135 36
Binary 101 10010100 101010 1100001 0 1001000 101010 10001000 1011101 11110

Color Harmonies of #05942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05942A

Black with #05942A

Text Example


Text Example

White with #05942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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