Html Css Color HEX #138323 Forest Green

📋 copy color: '#138323'

red 19 ◦ green 131 ◦ blue 35

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

Shades of Forest Green #138323

Tints of Forest Green #138323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.92%

R = 10.27%
G = 70.81%
B = 18.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#138323 (or 0x138323) is known color: Forest Green. HEX triplet: 13, 83 and 23. RGB value is (19,131,35). Sum of RGB (Red+Green+Blue) = 19+131+35=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #138323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138323 is #EC7CDC. Grayscale: #565656. Windows color (decimal): -15498461 or 2327315. OLE color: 2327315.

HSL color Cylindrical-coordinate representation of color #138323: hue angle of 128.57º 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 #138323 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 35 -
CMYK 0.85 0 0.73 0.49
HSL 128.57º 0.75% 0.29% -
HSV(B) 128.57º 0.85% 0.51% -
XYZ 8.69 16.49 4.32 -
YUV 86.57 98.89 79.81 -
System Red Green Blue C M Y K H S L
Decimal 19 131 35 0.85 0 0.73 0.49 128.57 0.75 0.29
Hex 13 83 23 55 0 49 31 81 4B 1D
Octal 23 203 43 125 0 111 61 201 113 35
Binary 10011 10000011 100011 1010101 0 1001001 110001 10000001 1001011 11101

Color Harmonies of #138323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138323

Black with #138323

Text Example


Text Example

White with #138323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138323; }

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

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

background-color css

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

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

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

border-color css

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

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

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