Html Css Color HEX #308B2B Forest Green

📋 copy color: '#308B2B'

red 48 ◦ green 139 ◦ blue 43

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

Shades of Forest Green #308B2B

Tints of Forest Green #308B2B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 60.43%

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 20.87%
G = 60.43%
B = 18.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#308B2B (or 0x308B2B) is known color: Forest Green. HEX triplet: 30, 8B and 2B. RGB value is (48,139,43). Sum of RGB (Red+Green+Blue) = 48+139+43=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #308B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308B2B is #CF74D4. Grayscale: #656565. Windows color (decimal): -13595861 or 2853680. OLE color: 2853680.

HSL color Cylindrical-coordinate representation of color #308B2B: hue angle of 116.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308B2B is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 43 -
CMYK 0.65 0 0.69 0.45
HSL 116.88º 0.53% 0.36% -
HSV(B) 116.88º 0.69% 0.55% -
XYZ 10.89 19.27 5.43 -
YUV 100.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 48 139 43 0.65 0 0.69 0.45 116.88 0.53 0.36
Hex 30 8B 2B 41 0 45 2D 75 35 24
Octal 60 213 53 101 0 105 55 165 65 44
Binary 110000 10001011 101011 1000001 0 1000101 101101 1110101 110101 100100

Color Harmonies of #308B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B2B

Black with #308B2B

Text Example


Text Example

White with #308B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308B2B; }

 p { color: rgb(48,139,43); }

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

background-color css

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

 a { background-color: rgb(48,139,43); }

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

border-color css

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

 span { border-color: rgb(48,139,43); }

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