Html Css Color HEX #138304 Green

📋 copy color: '#138304'

red 19 ◦ green 131 ◦ blue 4

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

Shades of Green #138304

Tints of Green #138304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 12.34%
G = 85.06%
B = 2.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#138304 (or 0x138304) is known color: Green. HEX triplet: 13, 83 and 04. RGB value is (19,131,4). Sum of RGB (Red+Green+Blue) = 19+131+4=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 131 (51.56% from 255 or 85.06% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 131 - color contains mainly: green. Hex color #138304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138304 is #EC7CFB. Grayscale: #535353. Windows color (decimal): -15498492 or 295699. OLE color: 295699.

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

Color convert

RGB 19 131 4 -
CMYK 0.85 0 0.97 0.49
HSL 112.91º 0.94% 0.26% -
HSV(B) 112.91º 0.97% 0.51% -
XYZ 8.41 16.38 2.83 -
YUV 83.03 83.39 82.33 -
System Red Green Blue C M Y K H S L
Decimal 19 131 4 0.85 0 0.97 0.49 112.91 0.94 0.26
Hex 13 83 4 55 0 61 31 71 5E 1A
Octal 23 203 4 125 0 141 61 161 136 32
Binary 10011 10000011 100 1010101 0 1100001 110001 1110001 1011110 11010

Color Harmonies of #138304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138304

Black with #138304

Text Example


Text Example

White with #138304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138304; }

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

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

background-color css

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

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

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

border-color css

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

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

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