Html Css Color HEX #308427 Forest Green

📋 copy color: '#308427'

red 48 ◦ green 132 ◦ blue 39

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

Shades of Forest Green #308427

Tints of Forest Green #308427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 21.92%
G = 60.27%
B = 17.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#308427 (or 0x308427) is known color: Forest Green. HEX triplet: 30, 84 and 27. RGB value is (48,132,39). Sum of RGB (Red+Green+Blue) = 48+132+39=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #308427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308427 is #CF7BD8. Grayscale: #606060. Windows color (decimal): -13597657 or 2589744. OLE color: 2589744.

HSL color Cylindrical-coordinate representation of color #308427: hue angle of 114.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #308427 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 39 -
CMYK 0.64 0 0.70 0.48
HSL 114.19º 0.54% 0.34% -
HSV(B) 114.19º 0.7% 0.52% -
XYZ 9.84 17.28 4.74 -
YUV 96.28 95.67 93.56 -
System Red Green Blue C M Y K H S L
Decimal 48 132 39 0.64 0 0.70 0.48 114.19 0.54 0.34
Hex 30 84 27 40 0 46 30 72 36 22
Octal 60 204 47 100 0 106 60 162 66 42
Binary 110000 10000100 100111 1000000 0 1000110 110000 1110010 110110 100010

Color Harmonies of #308427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308427

Black with #308427

Text Example


Text Example

White with #308427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308427; }

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

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

background-color css

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

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

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

border-color css

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

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

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