Html Css Color HEX #308529 Forest Green

📋 copy color: '#308529'

red 48 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #308529

Tints of Forest Green #308529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 21.62%
G = 59.91%
B = 18.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#308529 (or 0x308529) is known color: Forest Green. HEX triplet: 30, 85 and 29. RGB value is (48,133,41). Sum of RGB (Red+Green+Blue) = 48+133+41=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #308529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308529 is #CF7AD6. Grayscale: #616161. Windows color (decimal): -13597399 or 2721072. OLE color: 2721072.

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

Color convert

RGB 48 133 41 -
CMYK 0.64 0 0.69 0.48
HSL 115.43º 0.53% 0.34% -
HSV(B) 115.43º 0.69% 0.52% -
XYZ 10.01 17.56 4.96 -
YUV 97.1 96.34 92.98 -
System Red Green Blue C M Y K H S L
Decimal 48 133 41 0.64 0 0.69 0.48 115.43 0.53 0.34
Hex 30 85 29 40 0 45 30 73 35 22
Octal 60 205 51 100 0 105 60 163 65 42
Binary 110000 10000101 101001 1000000 0 1000101 110000 1110011 110101 100010

Color Harmonies of #308529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308529

Black with #308529

Text Example


Text Example

White with #308529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308529; }

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

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

background-color css

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

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

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

border-color css

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

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

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