Html Css Color HEX #30993C Forest Green

📋 copy color: '#30993C'

red 48 ◦ green 153 ◦ blue 60

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

Shades of Forest Green #30993C

Tints of Forest Green #30993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.62%

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 18.39%
G = 58.62%
B = 22.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#30993C (or 0x30993C) is known color: Forest Green. HEX triplet: 30, 99 and 3C. RGB value is (48,153,60). Sum of RGB (Red+Green+Blue) = 48+153+60=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #30993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30993C is #CF66C3. Grayscale: #6F6F6F. Windows color (decimal): -13592260 or 3971376. OLE color: 3971376.

HSL color Cylindrical-coordinate representation of color #30993C: hue angle of 126.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30993C is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 60 -
CMYK 0.69 0 0.61 0.4
HSL 126.86º 0.52% 0.39% -
HSV(B) 126.86º 0.69% 0.6% -
XYZ 13.43 23.74 8.15 -
YUV 111 99.21 83.06 -
System Red Green Blue C M Y K H S L
Decimal 48 153 60 0.69 0 0.61 0.4 126.86 0.52 0.39
Hex 30 99 3C 45 0 3D 28 7F 34 27
Octal 60 231 74 105 0 75 50 177 64 47
Binary 110000 10011001 111100 1000101 0 111101 101000 1111111 110100 100111

Color Harmonies of #30993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30993C

Black with #30993C

Text Example


Text Example

White with #30993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30993C; }

 p { color: rgb(48,153,60); }

 H1.HeaderClassName
 {
   color: #30993C;
 }
 .AnyTagClassName
 {
   color: #30993C;
 }
</style>

background-color css

<style>
 a { background-color: #30993C; }

 a { background-color: rgb(48,153,60); }

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

border-color css

<style>
 span { border-color: #30993C; }

 span { border-color: rgb(48,153,60); }

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