#309234

Color #309234 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #309234

Tints of Forest Green #309234

Color information

#309234 (or 0x309234) is unknown color: approx Forest Green. HEX triplet: 30, 92 and 34. RGB value is (48,146,52). Sum of RGB (Red+Green+Blue) = 48+146+52=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #309234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309234 is #CF6DCB. Grayscale: #6A6A6A. Windows color (decimal): -13594060 or 3445296. OLE color: 3445296.

HSL color Cylindrical-coordinate representation of color #309234: hue angle of 122.45º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309234 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB4814652-
CMYK0.6700.640.43
HSL122.45º50.52%38.04%-
HSV(B)122.45º67.12%57.25%-
XYZ12.1221.436.75-
YUV105.9897.5386.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 146 (57.42% from 255) = 59.35%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=19.51%
G=59.35%
B=21.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48146520.6700.640.43122.4550.5238.04
Hex309234430402B7a3326
Octal60222641030100531726346
Binary110000100100101101001000011010000001010111111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309234; }

 p { color: rgb(48,146,52); }

 H1.HeaderClassName
 {
   color: #309234;
 }
 .AnyTagClassName
 {
   color: #309234;
 }
</style>
background-color css

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

 a { background-color: rgb(48,146,52); }

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

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

 span { border-color: rgb(48,146,52); }

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