Html Css Color HEX #04942B Forest Green

📋 copy color: '#04942B'

red 4 ◦ green 148 ◦ blue 43

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

Shades of Forest Green #04942B

Tints of Forest Green #04942B

RGB

 RED value IS 4 (1.95% from 255) = 2.05%

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

 BLUE value IS 43 (17.19% from 255) = 22.05%

R = 2.05%
G = 75.9%
B = 22.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#04942B (or 0x04942B) is known color: Forest Green. HEX triplet: 04, 94 and 2B. RGB value is (4,148,43). Sum of RGB (Red+Green+Blue) = 4+148+43=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 148 (58.20% from 255 or 75.90% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 148 - color contains mainly: green. Hex color #04942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04942B is #FB6BD4. Grayscale: #5D5D5D. Windows color (decimal): -16477141 or 2855940. OLE color: 2855940.

HSL color Cylindrical-coordinate representation of color #04942B: hue angle of 136.25º degrees, saturation: 0.95, 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 #04942B is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 148 43 -
CMYK 0.97 0 0.71 0.42
HSL 136.25º 0.95% 0.3% -
HSV(B) 136.25º 0.97% 0.58% -
XYZ 11.08 21.38 5.83 -
YUV 92.97 99.79 64.54 -
System Red Green Blue C M Y K H S L
Decimal 4 148 43 0.97 0 0.71 0.42 136.25 0.95 0.3
Hex 4 94 2B 61 0 47 2A 88 5F 1E
Octal 4 224 53 141 0 107 52 210 137 36
Binary 100 10010100 101011 1100001 0 1000111 101010 10001000 1011111 11110

Color Harmonies of #04942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04942B

Black with #04942B

Text Example


Text Example

White with #04942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,148,43); }

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

background-color css

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

 a { background-color: rgb(4,148,43); }

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

border-color css

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

 span { border-color: rgb(4,148,43); }

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