Html Css Color HEX #308E2F Forest Green

📋 copy color: '#308E2F'

red 48 ◦ green 142 ◦ blue 47

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

Shades of Forest Green #308E2F

Tints of Forest Green #308E2F

RGB

 RED value IS 48 (19.14% from 255) = 20.25%

 GREEN value IS 142 (55.86% from 255) = 59.92%

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 20.25%
G = 59.92%
B = 19.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#308E2F (or 0x308E2F) is known color: Forest Green. HEX triplet: 30, 8E and 2F. RGB value is (48,142,47). Sum of RGB (Red+Green+Blue) = 48+142+47=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 142 (55.86% from 255 or 59.92% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 142 - color contains mainly: green. Hex color #308E2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E2F is #CF71D0. Grayscale: #676767. Windows color (decimal): -13595089 or 3116592. OLE color: 3116592.

HSL color Cylindrical-coordinate representation of color #308E2F: hue angle of 119.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308E2F is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 142 47 -
CMYK 0.66 0 0.67 0.44
HSL 119.37º 0.5% 0.37% -
HSV(B) 119.37º 0.67% 0.56% -
XYZ 11.41 20.18 5.98 -
YUV 103.06 96.36 88.72 -
System Red Green Blue C M Y K H S L
Decimal 48 142 47 0.66 0 0.67 0.44 119.37 0.5 0.37
Hex 30 8E 2F 42 0 43 2C 77 32 25
Octal 60 216 57 102 0 103 54 167 62 45
Binary 110000 10001110 101111 1000010 0 1000011 101100 1110111 110010 100101

Color Harmonies of #308E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E2F

Black with #308E2F

Text Example


Text Example

White with #308E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308E2F; }

 p { color: rgb(48,142,47); }

 H1.HeaderClassName
 {
   color: #308E2F;
 }
 .AnyTagClassName
 {
   color: #308E2F;
 }
</style>

background-color css

<style>
 a { background-color: #308E2F; }

 a { background-color: rgb(48,142,47); }

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

border-color css

<style>
 span { border-color: #308E2F; }

 span { border-color: rgb(48,142,47); }

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