Html Css Color HEX #308F2D Forest Green

📋 copy color: '#308F2D'

red 48 ◦ green 143 ◦ blue 45

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

Shades of Forest Green #308F2D

Tints of Forest Green #308F2D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 60.59%

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 20.34%
G = 60.59%
B = 19.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#308F2D (or 0x308F2D) is known color: Forest Green. HEX triplet: 30, 8F and 2D. RGB value is (48,143,45). Sum of RGB (Red+Green+Blue) = 48+143+45=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 143 (56.25% from 255 or 60.59% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 143 - color contains mainly: green. Hex color #308F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F2D is #CF70D2. Grayscale: #676767. Windows color (decimal): -13594835 or 2985776. OLE color: 2985776.

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

Color convert

RGB 48 143 45 -
CMYK 0.66 0 0.69 0.44
HSL 118.16º 0.52% 0.37% -
HSV(B) 118.16º 0.69% 0.56% -
XYZ 11.52 20.46 5.83 -
YUV 103.42 95.03 88.47 -
System Red Green Blue C M Y K H S L
Decimal 48 143 45 0.66 0 0.69 0.44 118.16 0.52 0.37
Hex 30 8F 2D 42 0 45 2C 76 34 25
Octal 60 217 55 102 0 105 54 166 64 45
Binary 110000 10001111 101101 1000010 0 1000101 101100 1110110 110100 100101

Color Harmonies of #308F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F2D

Black with #308F2D

Text Example


Text Example

White with #308F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,143,45); }

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

background-color css

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

 a { background-color: rgb(48,143,45); }

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

border-color css

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

 span { border-color: rgb(48,143,45); }

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