Html Css Color HEX #00942B Forest Green

📋 copy color: '#00942B'

red 0 ◦ green 148 ◦ blue 43

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

Shades of Forest Green #00942B

Tints of Forest Green #00942B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 77.49%
B = 22.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#00942B (or 0x00942B) is known color: Forest Green. HEX triplet: 00, 94 and 2B. RGB value is (0,148,43). Sum of RGB (Red+Green+Blue) = 0+148+43=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 148 (58.20% from 255 or 77.49% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 148 - color contains mainly: green. Hex color #00942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00942B is #FF6BD4. Grayscale: #5C5C5C. Windows color (decimal): -16739285 or 2855936. OLE color: 2855936.

HSL color Cylindrical-coordinate representation of color #00942B: hue angle of 137.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00942B is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 148 43 -
CMYK 1 0 0.71 0.42
HSL 137.43º 1% 0.29% -
HSV(B) 137.43º 1% 0.58% -
XYZ 11.03 21.35 5.83 -
YUV 91.78 100.47 62.54 -
System Red Green Blue C M Y K H S L
Decimal 0 148 43 1 0 0.71 0.42 137.43 1 0.29
Hex 0 94 2B 64 0 47 2A 89 64 1D
Octal 0 224 53 144 0 107 52 211 144 35
Binary 0 10010100 101011 1100100 0 1000111 101010 10001001 1100100 11101

Color Harmonies of #00942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00942B

Black with #00942B

Text Example


Text Example

White with #00942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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