Html Css Color HEX #138023 Forest Green

📋 copy color: '#138023'

red 19 ◦ green 128 ◦ blue 35

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

Shades of Forest Green #138023

Tints of Forest Green #138023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 70.33%

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

R = 10.44%
G = 70.33%
B = 19.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#138023 (or 0x138023) is known color: Forest Green. HEX triplet: 13, 80 and 23. RGB value is (19,128,35). Sum of RGB (Red+Green+Blue) = 19+128+35=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #138023 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138023 is #EC7FDC. Grayscale: #555555. Windows color (decimal): -15499229 or 2326547. OLE color: 2326547.

HSL color Cylindrical-coordinate representation of color #138023: hue angle of 128.81º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138023 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 35 -
CMYK 0.85 0 0.73 0.50
HSL 128.81º 0.74% 0.29% -
HSV(B) 128.81º 0.85% 0.5% -
XYZ 8.29 15.7 4.18 -
YUV 84.81 99.89 81.06 -
System Red Green Blue C M Y K H S L
Decimal 19 128 35 0.85 0 0.73 0.50 128.81 0.74 0.29
Hex 13 80 23 55 0 49 32 81 4A 1D
Octal 23 200 43 125 0 111 62 201 112 35
Binary 10011 10000000 100011 1010101 0 1001001 110010 10000001 1001010 11101

Color Harmonies of #138023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138023

Black with #138023

Text Example


Text Example

White with #138023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138023; }

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

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

background-color css

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

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

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

border-color css

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

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

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