Html Css Color HEX #308F2C Forest Green

📋 copy color: '#308F2C'

red 48 ◦ green 143 ◦ blue 44

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

Shades of Forest Green #308F2C

Tints of Forest Green #308F2C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 60.85%

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 20.43%
G = 60.85%
B = 18.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#308F2C (or 0x308F2C) is known color: Forest Green. HEX triplet: 30, 8F and 2C. RGB value is (48,143,44). Sum of RGB (Red+Green+Blue) = 48+143+44=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 143 (56.25% from 255 or 60.85% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 143 - color contains mainly: green. Hex color #308F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F2C is #CF70D3. Grayscale: #676767. Windows color (decimal): -13594836 or 2920240. OLE color: 2920240.

HSL color Cylindrical-coordinate representation of color #308F2C: hue angle of 117.58º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308F2C is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 44 -
CMYK 0.66 0 0.69 0.44
HSL 117.58º 0.53% 0.37% -
HSV(B) 117.58º 0.69% 0.56% -
XYZ 11.5 20.46 5.73 -
YUV 103.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 48 143 44 0.66 0 0.69 0.44 117.58 0.53 0.37
Hex 30 8F 2C 42 0 45 2C 76 35 25
Octal 60 217 54 102 0 105 54 166 65 45
Binary 110000 10001111 101100 1000010 0 1000101 101100 1110110 110101 100101

Color Harmonies of #308F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F2C

Black with #308F2C

Text Example


Text Example

White with #308F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,143,44); }

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

background-color css

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

 a { background-color: rgb(48,143,44); }

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

border-color css

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

 span { border-color: rgb(48,143,44); }

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