Html Css Color HEX #308E2D Forest Green

📋 copy color: '#308E2D'

red 48 ◦ green 142 ◦ blue 45

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

Shades of Forest Green #308E2D

Tints of Forest Green #308E2D

RGB

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

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

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

R = 20.43%
G = 60.43%
B = 19.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#308E2D (or 0x308E2D) is known color: Forest Green. HEX triplet: 30, 8E and 2D. RGB value is (48,142,45). Sum of RGB (Red+Green+Blue) = 48+142+45=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 142 (55.86% from 255 or 60.43% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 142 - color contains mainly: green. Hex color #308E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E2D is #CF71D2. Grayscale: #676767. Windows color (decimal): -13595091 or 2985520. OLE color: 2985520.

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

Color convert

RGB 48 142 45 -
CMYK 0.66 0 0.68 0.44
HSL 118.14º 0.52% 0.37% -
HSV(B) 118.14º 0.68% 0.56% -
XYZ 11.37 20.16 5.78 -
YUV 102.84 95.36 88.89 -
System Red Green Blue C M Y K H S L
Decimal 48 142 45 0.66 0 0.68 0.44 118.14 0.52 0.37
Hex 30 8E 2D 42 0 44 2C 76 34 25
Octal 60 216 55 102 0 104 54 166 64 45
Binary 110000 10001110 101101 1000010 0 1000100 101100 1110110 110100 100101

Color Harmonies of #308E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E2D

Black with #308E2D

Text Example


Text Example

White with #308E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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