Html Css Color HEX #308D23 Forest Green

📋 copy color: '#308D23'

red 48 ◦ green 141 ◦ blue 35

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

Shades of Forest Green #308D23

Tints of Forest Green #308D23

RGB

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

 GREEN value IS 141 (55.47% from 255) = 62.95%

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 21.43%
G = 62.95%
B = 15.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#308D23 (or 0x308D23) is known color: Forest Green. HEX triplet: 30, 8D and 23. RGB value is (48,141,35). Sum of RGB (Red+Green+Blue) = 48+141+35=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 141 (55.47% from 255 or 62.95% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 141 - color contains mainly: green. Hex color #308D23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D23 is #CF72DC. Grayscale: #656565. Windows color (decimal): -13595357 or 2329904. OLE color: 2329904.

HSL color Cylindrical-coordinate representation of color #308D23: hue angle of 112.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308D23 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 35 -
CMYK 0.66 0 0.75 0.45
HSL 112.64º 0.6% 0.35% -
HSV(B) 112.64º 0.75% 0.55% -
XYZ 11.05 19.8 4.83 -
YUV 101.11 90.69 90.12 -
System Red Green Blue C M Y K H S L
Decimal 48 141 35 0.66 0 0.75 0.45 112.64 0.6 0.35
Hex 30 8D 23 42 0 4B 2D 71 3C 23
Octal 60 215 43 102 0 113 55 161 74 43
Binary 110000 10001101 100011 1000010 0 1001011 101101 1110001 111100 100011

Color Harmonies of #308D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D23

Black with #308D23

Text Example


Text Example

White with #308D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,35); }

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

background-color css

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

 a { background-color: rgb(48,141,35); }

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

border-color css

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

 span { border-color: rgb(48,141,35); }

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