Html Css Color HEX #308A2F Forest Green

📋 copy color: '#308A2F'

red 48 ◦ green 138 ◦ blue 47

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

Shades of Forest Green #308A2F

Tints of Forest Green #308A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 59.23%

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 20.6%
G = 59.23%
B = 20.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#308A2F (or 0x308A2F) is known color: Forest Green. HEX triplet: 30, 8A and 2F. RGB value is (48,138,47). Sum of RGB (Red+Green+Blue) = 48+138+47=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #308A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A2F is #CF75D0. Grayscale: #646464. Windows color (decimal): -13596113 or 3115568. OLE color: 3115568.

HSL color Cylindrical-coordinate representation of color #308A2F: hue angle of 119.34º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308A2F is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 138 47 -
CMYK 0.65 0 0.66 0.46
HSL 119.34º 0.49% 0.36% -
HSV(B) 119.34º 0.66% 0.54% -
XYZ 10.82 19.01 5.79 -
YUV 100.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 48 138 47 0.65 0 0.66 0.46 119.34 0.49 0.36
Hex 30 8A 2F 41 0 42 2E 77 31 24
Octal 60 212 57 101 0 102 56 167 61 44
Binary 110000 10001010 101111 1000001 0 1000010 101110 1110111 110001 100100

Color Harmonies of #308A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A2F

Black with #308A2F

Text Example


Text Example

White with #308A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,138,47); }

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

background-color css

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

 a { background-color: rgb(48,138,47); }

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

border-color css

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

 span { border-color: rgb(48,138,47); }

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