Html Css Color HEX #30902F Forest Green

📋 copy color: '#30902F'

red 48 ◦ green 144 ◦ blue 47

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

Shades of Forest Green #30902F

Tints of Forest Green #30902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 60.25%

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

R = 20.08%
G = 60.25%
B = 19.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#30902F (or 0x30902F) is known color: Forest Green. HEX triplet: 30, 90 and 2F. RGB value is (48,144,47). Sum of RGB (Red+Green+Blue) = 48+144+47=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #30902F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30902F is #CF6FD0. Grayscale: #686868. Windows color (decimal): -13594577 or 3117104. OLE color: 3117104.

HSL color Cylindrical-coordinate representation of color #30902F: hue angle of 119.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30902F is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 47 -
CMYK 0.67 0 0.67 0.44
HSL 119.38º 0.51% 0.37% -
HSV(B) 119.38º 0.67% 0.56% -
XYZ 11.71 20.78 6.08 -
YUV 104.24 95.7 87.89 -
System Red Green Blue C M Y K H S L
Decimal 48 144 47 0.67 0 0.67 0.44 119.38 0.51 0.37
Hex 30 90 2F 43 0 43 2C 77 33 25
Octal 60 220 57 103 0 103 54 167 63 45
Binary 110000 10010000 101111 1000011 0 1000011 101100 1110111 110011 100101

Color Harmonies of #30902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30902F

Black with #30902F

Text Example


Text Example

White with #30902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30902F; }

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

 H1.HeaderClassName
 {
   color: #30902F;
 }
 .AnyTagClassName
 {
   color: #30902F;
 }
</style>

background-color css

<style>
 a { background-color: #30902F; }

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

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

border-color css

<style>
 span { border-color: #30902F; }

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

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