Html Css Color HEX #308328 Forest Green

📋 copy color: '#308328'

red 48 ◦ green 131 ◦ blue 40

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

Shades of Forest Green #308328

Tints of Forest Green #308328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.82%

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

R = 21.92%
G = 59.82%
B = 18.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#308328 (or 0x308328) is known color: Forest Green. HEX triplet: 30, 83 and 28. RGB value is (48,131,40). Sum of RGB (Red+Green+Blue) = 48+131+40=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #308328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308328 is #CF7CD7. Grayscale: #606060. Windows color (decimal): -13597912 or 2655024. OLE color: 2655024.

HSL color Cylindrical-coordinate representation of color #308328: hue angle of 114.73º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308328 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 40 -
CMYK 0.63 0 0.69 0.49
HSL 114.73º 0.53% 0.34% -
HSV(B) 114.73º 0.69% 0.51% -
XYZ 9.72 17.01 4.78 -
YUV 95.81 96.5 93.9 -
System Red Green Blue C M Y K H S L
Decimal 48 131 40 0.63 0 0.69 0.49 114.73 0.53 0.34
Hex 30 83 28 3F 0 45 31 73 35 22
Octal 60 203 50 77 0 105 61 163 65 42
Binary 110000 10000011 101000 111111 0 1000101 110001 1110011 110101 100010

Color Harmonies of #308328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308328

Black with #308328

Text Example


Text Example

White with #308328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308328; }

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

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

background-color css

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

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

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

border-color css

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

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

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