Html Css Color HEX #308426 Forest Green

📋 copy color: '#308426'

red 48 ◦ green 132 ◦ blue 38

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

Shades of Forest Green #308426

Tints of Forest Green #308426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.55%

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 22.02%
G = 60.55%
B = 17.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#308426 (or 0x308426) is known color: Forest Green. HEX triplet: 30, 84 and 26. RGB value is (48,132,38). Sum of RGB (Red+Green+Blue) = 48+132+38=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #308426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308426 is #CF7BD9. Grayscale: #606060. Windows color (decimal): -13597658 or 2524208. OLE color: 2524208.

HSL color Cylindrical-coordinate representation of color #308426: hue angle of 113.62º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #308426 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 38 -
CMYK 0.64 0 0.71 0.48
HSL 113.62º 0.55% 0.33% -
HSV(B) 113.62º 0.71% 0.52% -
XYZ 9.82 17.27 4.65 -
YUV 96.17 95.17 93.64 -
System Red Green Blue C M Y K H S L
Decimal 48 132 38 0.64 0 0.71 0.48 113.62 0.55 0.33
Hex 30 84 26 40 0 47 30 72 37 21
Octal 60 204 46 100 0 107 60 162 67 41
Binary 110000 10000100 100110 1000000 0 1000111 110000 1110010 110111 100001

Color Harmonies of #308426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308426

Black with #308426

Text Example


Text Example

White with #308426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308426; }

 p { color: rgb(48,132,38); }

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

background-color css

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

 a { background-color: rgb(48,132,38); }

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

border-color css

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

 span { border-color: rgb(48,132,38); }

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