Html Css Color HEX #134C1E Deep Fir

📋 copy color: '#134C1E'

red 19 ◦ green 76 ◦ blue 30

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

Shades of Deep Fir #134C1E

Tints of Deep Fir #134C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 60.8%

 BLUE value IS 30 (12.11% from 255) = 24%

R = 15.2%
G = 60.8%
B = 24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#134C1E (or 0x134C1E) is known color: Deep Fir. HEX triplet: 13, 4C and 1E. RGB value is (19,76,30). Sum of RGB (Red+Green+Blue) = 19+76+30=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #134C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C1E is #ECB3E1. Grayscale: #353535. Windows color (decimal): -15512546 or 1985555. OLE color: 1985555.

HSL color Cylindrical-coordinate representation of color #134C1E: hue angle of 131.58º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C1E is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 76 30 -
CMYK 0.75 0 0.61 0.70
HSL 131.58º 0.6% 0.19% -
HSV(B) 131.58º 0.75% 0.3% -
XYZ 3.09 5.4 2.11 -
YUV 53.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 19 76 30 0.75 0 0.61 0.70 131.58 0.6 0.19
Hex 13 4C 1E 4B 0 3D 46 84 3C 13
Octal 23 114 36 113 0 75 106 204 74 23
Binary 10011 1001100 11110 1001011 0 111101 1000110 10000100 111100 10011

Color Harmonies of #134C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C1E

Black with #134C1E

Text Example


Text Example

White with #134C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134C1E; }

 p { color: rgb(19,76,30); }

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

background-color css

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

 a { background-color: rgb(19,76,30); }

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

border-color css

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

 span { border-color: rgb(19,76,30); }

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