Html Css Color HEX #308227 Forest Green

📋 copy color: '#308227'

red 48 ◦ green 130 ◦ blue 39

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

Shades of Forest Green #308227

Tints of Forest Green #308227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.91%

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

R = 22.12%
G = 59.91%
B = 17.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#308227 (or 0x308227) is known color: Forest Green. HEX triplet: 30, 82 and 27. RGB value is (48,130,39). Sum of RGB (Red+Green+Blue) = 48+130+39=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #308227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308227 is #CF7DD8. Grayscale: #5F5F5F. Windows color (decimal): -13598169 or 2589232. OLE color: 2589232.

HSL color Cylindrical-coordinate representation of color #308227: hue angle of 114.07º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #308227 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 39 -
CMYK 0.63 0 0.70 0.49
HSL 114.07º 0.54% 0.33% -
HSV(B) 114.07º 0.7% 0.51% -
XYZ 9.57 16.74 4.65 -
YUV 95.11 96.33 94.4 -
System Red Green Blue C M Y K H S L
Decimal 48 130 39 0.63 0 0.70 0.49 114.07 0.54 0.33
Hex 30 82 27 3F 0 46 31 72 36 21
Octal 60 202 47 77 0 106 61 162 66 41
Binary 110000 10000010 100111 111111 0 1000110 110001 1110010 110110 100001

Color Harmonies of #308227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308227

Black with #308227

Text Example


Text Example

White with #308227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308227; }

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

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

background-color css

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

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

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

border-color css

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

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

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