Html Css Color HEX #308C1F Forest Green

📋 copy color: '#308C1F'

red 48 ◦ green 140 ◦ blue 31

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

Shades of Forest Green #308C1F

Tints of Forest Green #308C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 63.93%

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 21.92%
G = 63.93%
B = 14.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#308C1F (or 0x308C1F) is known color: Forest Green. HEX triplet: 30, 8C and 1F. RGB value is (48,140,31). Sum of RGB (Red+Green+Blue) = 48+140+31=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 140 (55.08% from 255 or 63.93% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 140 - color contains mainly: green. Hex color #308C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C1F is #CF73E0. Grayscale: #646464. Windows color (decimal): -13595617 or 2067504. OLE color: 2067504.

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

Color convert

RGB 48 140 31 -
CMYK 0.66 0 0.78 0.45
HSL 110.64º 0.64% 0.34% -
HSV(B) 110.64º 0.78% 0.55% -
XYZ 10.84 19.48 4.49 -
YUV 100.07 89.02 90.86 -
System Red Green Blue C M Y K H S L
Decimal 48 140 31 0.66 0 0.78 0.45 110.64 0.64 0.34
Hex 30 8C 1F 42 0 4E 2D 6F 40 22
Octal 60 214 37 102 0 116 55 157 100 42
Binary 110000 10001100 11111 1000010 0 1001110 101101 1101111 1000000 100010

Color Harmonies of #308C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C1F

Black with #308C1F

Text Example


Text Example

White with #308C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,140,31); }

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

background-color css

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

 a { background-color: rgb(48,140,31); }

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

border-color css

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

 span { border-color: rgb(48,140,31); }

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