Html Css Color HEX #2F963A Forest Green

📋 copy color: '#2F963A'

red 47 ◦ green 150 ◦ blue 58

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

Shades of Forest Green #2F963A

Tints of Forest Green #2F963A

RGB

 RED value IS 47 (18.75% from 255) = 18.43%

 GREEN value IS 150 (58.98% from 255) = 58.82%

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 18.43%
G = 58.82%
B = 22.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#2F963A (or 0x2F963A) is known color: Forest Green. HEX triplet: 2F, 96 and 3A. RGB value is (47,150,58). Sum of RGB (Red+Green+Blue) = 47+150+58=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #2F963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F963A is #D069C5. Grayscale: #6C6C6C. Windows color (decimal): -13658566 or 3839535. OLE color: 3839535.

HSL color Cylindrical-coordinate representation of color #2F963A: hue angle of 126.41º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F963A is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 150 58 -
CMYK 0.69 0 0.61 0.41
HSL 126.41º 0.52% 0.39% -
HSV(B) 126.41º 0.69% 0.59% -
XYZ 12.84 22.72 7.71 -
YUV 108.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 47 150 58 0.69 0 0.61 0.41 126.41 0.52 0.39
Hex 2F 96 3A 45 0 3D 29 7E 34 27
Octal 57 226 72 105 0 75 51 176 64 47
Binary 101111 10010110 111010 1000101 0 111101 101001 1111110 110100 100111

Color Harmonies of #2F963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F963A

Black with #2F963A

Text Example


Text Example

White with #2F963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F963A; }

 p { color: rgb(47,150,58); }

 H1.HeaderClassName
 {
   color: #2F963A;
 }
 .AnyTagClassName
 {
   color: #2F963A;
 }
</style>

background-color css

<style>
 a { background-color: #2F963A; }

 a { background-color: rgb(47,150,58); }

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

border-color css

<style>
 span { border-color: #2F963A; }

 span { border-color: rgb(47,150,58); }

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