Html Css Color HEX #138038 Dark Spring Green

📋 copy color: '#138038'

red 19 ◦ green 128 ◦ blue 56

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

Shades of Dark Spring Green #138038

Tints of Dark Spring Green #138038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 9.36%
G = 63.05%
B = 27.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#138038 (or 0x138038) is known color: Dark Spring Green. HEX triplet: 13, 80 and 38. RGB value is (19,128,56). Sum of RGB (Red+Green+Blue) = 19+128+56=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #138038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138038 is #EC7FC7. Grayscale: #575757. Windows color (decimal): -15499208 or 3702803. OLE color: 3702803.

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

Color convert

RGB 19 128 56 -
CMYK 0.85 0 0.56 0.50
HSL 140.37º 0.74% 0.29% -
HSV(B) 140.37º 0.85% 0.5% -
XYZ 8.7 15.86 6.34 -
YUV 87.2 110.39 79.35 -
System Red Green Blue C M Y K H S L
Decimal 19 128 56 0.85 0 0.56 0.50 140.37 0.74 0.29
Hex 13 80 38 55 0 38 32 8C 4A 1D
Octal 23 200 70 125 0 70 62 214 112 35
Binary 10011 10000000 111000 1010101 0 111000 110010 10001100 1001010 11101

Color Harmonies of #138038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138038

Black with #138038

Text Example


Text Example

White with #138038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138038; }

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

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

background-color css

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

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

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

border-color css

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

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

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