Html Css Color HEX #1BA00D Forest Green

📋 copy color: '#1BA00D'

red 27 ◦ green 160 ◦ blue 13

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

Shades of Forest Green #1BA00D

Tints of Forest Green #1BA00D

RGB

 RED value IS 27 (10.94% from 255) = 13.5%

 GREEN value IS 160 (62.89% from 255) = 80%

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 13.5%
G = 80%
B = 6.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#1BA00D (or 0x1BA00D) is known color: Forest Green. HEX triplet: 1B, A0 and 0D. RGB value is (27,160,13). Sum of RGB (Red+Green+Blue) = 27+160+13=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 160 (62.89% from 255 or 80% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA00D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA00D is #E45FF2. Grayscale: #676767. Windows color (decimal): -14966771 or 892955. OLE color: 892955.

HSL color Cylindrical-coordinate representation of color #1BA00D: hue angle of 114.29º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BA00D is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 160 13 -
CMYK 0.83 0 0.92 0.37
HSL 114.29º 0.85% 0.34% -
HSV(B) 114.29º 0.92% 0.63% -
XYZ 13.1 25.4 4.59 -
YUV 103.48 76.94 73.45 -
System Red Green Blue C M Y K H S L
Decimal 27 160 13 0.83 0 0.92 0.37 114.29 0.85 0.34
Hex 1B A0 D 53 0 5C 25 72 55 22
Octal 33 240 15 123 0 134 45 162 125 42
Binary 11011 10100000 1101 1010011 0 1011100 100101 1110010 1010101 100010

Color Harmonies of #1BA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA00D

Black with #1BA00D

Text Example


Text Example

White with #1BA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BA00D; }

 p { color: rgb(27,160,13); }

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

background-color css

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

 a { background-color: rgb(27,160,13); }

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

border-color css

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

 span { border-color: rgb(27,160,13); }

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