Html Css Color HEX #308525 Forest Green

📋 copy color: '#308525'

red 48 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #308525

Tints of Forest Green #308525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.01%

 BLUE value IS 37 (14.84% from 255) = 16.97%

R = 22.02%
G = 61.01%
B = 16.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#308525 (or 0x308525) is known color: Forest Green. HEX triplet: 30, 85 and 25. RGB value is (48,133,37). Sum of RGB (Red+Green+Blue) = 48+133+37=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #308525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308525 is #CF7ADA. Grayscale: #606060. Windows color (decimal): -13597403 or 2458928. OLE color: 2458928.

HSL color Cylindrical-coordinate representation of color #308525: hue angle of 113.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308525 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 37 -
CMYK 0.64 0 0.72 0.48
HSL 113.13º 0.56% 0.33% -
HSV(B) 113.13º 0.72% 0.52% -
XYZ 9.94 17.54 4.61 -
YUV 96.64 94.34 93.31 -
System Red Green Blue C M Y K H S L
Decimal 48 133 37 0.64 0 0.72 0.48 113.13 0.56 0.33
Hex 30 85 25 40 0 48 30 71 38 21
Octal 60 205 45 100 0 110 60 161 70 41
Binary 110000 10000101 100101 1000000 0 1001000 110000 1110001 111000 100001

Color Harmonies of #308525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308525

Black with #308525

Text Example


Text Example

White with #308525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308525; }

 p { color: rgb(48,133,37); }

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

background-color css

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

 a { background-color: rgb(48,133,37); }

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

border-color css

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

 span { border-color: rgb(48,133,37); }

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