Html Css Color HEX #138223 Forest Green

📋 copy color: '#138223'

red 19 ◦ green 130 ◦ blue 35

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

Shades of Forest Green #138223

Tints of Forest Green #138223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 70.65%

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

R = 10.33%
G = 70.65%
B = 19.02%

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

#138223 (or 0x138223) is known color: Forest Green. HEX triplet: 13, 82 and 23. RGB value is (19,130,35). Sum of RGB (Red+Green+Blue) = 19+130+35=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #138223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138223 is #EC7DDC. Grayscale: #565656. Windows color (decimal): -15498717 or 2327059. OLE color: 2327059.

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

Color convert

RGB 19 130 35 -
CMYK 0.85 0 0.73 0.49
HSL 128.65º 0.74% 0.29% -
HSV(B) 128.65º 0.85% 0.51% -
XYZ 8.55 16.23 4.27 -
YUV 85.98 99.23 80.22 -
System Red Green Blue C M Y K H S L
Decimal 19 130 35 0.85 0 0.73 0.49 128.65 0.74 0.29
Hex 13 82 23 55 0 49 31 81 4A 1D
Octal 23 202 43 125 0 111 61 201 112 35
Binary 10011 10000010 100011 1010101 0 1001001 110001 10000001 1001010 11101

Color Harmonies of #138223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138223

Black with #138223

Text Example


Text Example

White with #138223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138223; }

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

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

background-color css

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

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

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

border-color css

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

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

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