Html Css Color HEX #2F9425 Forest Green

📋 copy color: '#2F9425'

red 47 ◦ green 148 ◦ blue 37

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

Shades of Forest Green #2F9425

Tints of Forest Green #2F9425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 20.26%
G = 63.79%
B = 15.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#2F9425 (or 0x2F9425) is known color: Forest Green. HEX triplet: 2F, 94 and 25. RGB value is (47,148,37). Sum of RGB (Red+Green+Blue) = 47+148+37=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9425 is #D06BDA. Grayscale: #696969. Windows color (decimal): -13659099 or 2462767. OLE color: 2462767.

HSL color Cylindrical-coordinate representation of color #2F9425: hue angle of 114.59º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F9425 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 148 37 -
CMYK 0.68 0 0.75 0.42
HSL 114.59º 0.6% 0.36% -
HSV(B) 114.59º 0.75% 0.58% -
XYZ 12.1 21.92 5.34 -
YUV 105.15 89.54 86.53 -
System Red Green Blue C M Y K H S L
Decimal 47 148 37 0.68 0 0.75 0.42 114.59 0.6 0.36
Hex 2F 94 25 44 0 4B 2A 73 3C 24
Octal 57 224 45 104 0 113 52 163 74 44
Binary 101111 10010100 100101 1000100 0 1001011 101010 1110011 111100 100100

Color Harmonies of #2F9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9425

Black with #2F9425

Text Example


Text Example

White with #2F9425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,148,37); }

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

background-color css

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

 a { background-color: rgb(47,148,37); }

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

border-color css

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

 span { border-color: rgb(47,148,37); }

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