Html Css Color HEX #138328 Forest Green

📋 copy color: '#138328'

red 19 ◦ green 131 ◦ blue 40

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

Shades of Forest Green #138328

Tints of Forest Green #138328

RGB

 RED value IS 19 (7.81% from 255) = 10%

 GREEN value IS 131 (51.56% from 255) = 68.95%

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 10%
G = 68.95%
B = 21.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#138328 (or 0x138328) is known color: Forest Green. HEX triplet: 13, 83 and 28. RGB value is (19,131,40). Sum of RGB (Red+Green+Blue) = 19+131+40=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 131 (51.56% from 255 or 68.95% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 131 - color contains mainly: green. Hex color #138328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138328 is #EC7CD7. Grayscale: #575757. Windows color (decimal): -15498456 or 2654995. OLE color: 2654995.

HSL color Cylindrical-coordinate representation of color #138328: hue angle of 131.25º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138328 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 40 -
CMYK 0.85 0 0.69 0.49
HSL 131.25º 0.75% 0.29% -
HSV(B) 131.25º 0.85% 0.51% -
XYZ 8.77 16.52 4.73 -
YUV 87.14 101.39 79.4 -
System Red Green Blue C M Y K H S L
Decimal 19 131 40 0.85 0 0.69 0.49 131.25 0.75 0.29
Hex 13 83 28 55 0 45 31 83 4B 1D
Octal 23 203 50 125 0 105 61 203 113 35
Binary 10011 10000011 101000 1010101 0 1000101 110001 10000011 1001011 11101

Color Harmonies of #138328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138328

Black with #138328

Text Example


Text Example

White with #138328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138328; }

 p { color: rgb(19,131,40); }

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

background-color css

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

 a { background-color: rgb(19,131,40); }

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

border-color css

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

 span { border-color: rgb(19,131,40); }

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