Html Css Color HEX #308D28 Forest Green

📋 copy color: '#308D28'

red 48 ◦ green 141 ◦ blue 40

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

Shades of Forest Green #308D28

Tints of Forest Green #308D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 61.57%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 20.96%
G = 61.57%
B = 17.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#308D28 (or 0x308D28) is known color: Forest Green. HEX triplet: 30, 8D and 28. RGB value is (48,141,40). Sum of RGB (Red+Green+Blue) = 48+141+40=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 141 (55.47% from 255 or 61.57% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 141 - color contains mainly: green. Hex color #308D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D28 is #CF72D7. Grayscale: #656565. Windows color (decimal): -13595352 or 2657584. OLE color: 2657584.

HSL color Cylindrical-coordinate representation of color #308D28: hue angle of 115.25º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308D28 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 40 -
CMYK 0.66 0 0.72 0.45
HSL 115.25º 0.56% 0.35% -
HSV(B) 115.25º 0.72% 0.55% -
XYZ 11.13 19.83 5.25 -
YUV 101.68 93.19 89.71 -
System Red Green Blue C M Y K H S L
Decimal 48 141 40 0.66 0 0.72 0.45 115.25 0.56 0.35
Hex 30 8D 28 42 0 48 2D 73 38 23
Octal 60 215 50 102 0 110 55 163 70 43
Binary 110000 10001101 101000 1000010 0 1001000 101101 1110011 111000 100011

Color Harmonies of #308D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D28

Black with #308D28

Text Example


Text Example

White with #308D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,40); }

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

background-color css

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

 a { background-color: rgb(48,141,40); }

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

border-color css

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

 span { border-color: rgb(48,141,40); }

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