Html Css Color HEX #308425 Forest Green

📋 copy color: '#308425'

red 48 ◦ green 132 ◦ blue 37

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

Shades of Forest Green #308425

Tints of Forest Green #308425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.83%

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

R = 22.12%
G = 60.83%
B = 17.05%

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

#308425 (or 0x308425) is known color: Forest Green. HEX triplet: 30, 84 and 25. RGB value is (48,132,37). Sum of RGB (Red+Green+Blue) = 48+132+37=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #308425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308425 is #CF7BDA. Grayscale: #606060. Windows color (decimal): -13597659 or 2458672. OLE color: 2458672.

HSL color Cylindrical-coordinate representation of color #308425: hue angle of 113.05º 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 #308425 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 37 -
CMYK 0.64 0 0.72 0.48
HSL 113.05º 0.56% 0.33% -
HSV(B) 113.05º 0.72% 0.52% -
XYZ 9.8 17.26 4.57 -
YUV 96.05 94.67 93.72 -
System Red Green Blue C M Y K H S L
Decimal 48 132 37 0.64 0 0.72 0.48 113.05 0.56 0.33
Hex 30 84 25 40 0 48 30 71 38 21
Octal 60 204 45 100 0 110 60 161 70 41
Binary 110000 10000100 100101 1000000 0 1001000 110000 1110001 111000 100001

Color Harmonies of #308425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308425

Black with #308425

Text Example


Text Example

White with #308425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308425; }

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

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

background-color css

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

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

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

border-color css

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

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

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