Html Css Color HEX #308527 Forest Green

📋 copy color: '#308527'

red 48 ◦ green 133 ◦ blue 39

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

Shades of Forest Green #308527

Tints of Forest Green #308527

RGB

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

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

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

R = 21.82%
G = 60.45%
B = 17.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#308527 (or 0x308527) is known color: Forest Green. HEX triplet: 30, 85 and 27. RGB value is (48,133,39). Sum of RGB (Red+Green+Blue) = 48+133+39=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #308527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308527 is #CF7AD8. Grayscale: #616161. Windows color (decimal): -13597401 or 2590000. OLE color: 2590000.

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

Color convert

RGB 48 133 39 -
CMYK 0.64 0 0.71 0.48
HSL 114.26º 0.55% 0.34% -
HSV(B) 114.26º 0.71% 0.52% -
XYZ 9.97 17.55 4.78 -
YUV 96.87 95.34 93.14 -
System Red Green Blue C M Y K H S L
Decimal 48 133 39 0.64 0 0.71 0.48 114.26 0.55 0.34
Hex 30 85 27 40 0 47 30 72 37 22
Octal 60 205 47 100 0 107 60 162 67 42
Binary 110000 10000101 100111 1000000 0 1000111 110000 1110010 110111 100010

Color Harmonies of #308527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308527

Black with #308527

Text Example


Text Example

White with #308527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308527; }

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

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

background-color css

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

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

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

border-color css

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

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

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