Html Css Color HEX #2B870D Forest Green

📋 copy color: '#2B870D'

red 43 ◦ green 135 ◦ blue 13

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

Shades of Forest Green #2B870D

Tints of Forest Green #2B870D

RGB

 RED value IS 43 (17.19% from 255) = 22.51%

 GREEN value IS 135 (53.13% from 255) = 70.68%

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

R = 22.51%
G = 70.68%
B = 6.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#2B870D (or 0x2B870D) is known color: Forest Green. HEX triplet: 2B, 87 and 0D. RGB value is (43,135,13). Sum of RGB (Red+Green+Blue) = 43+135+13=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 135 (53.12% from 255 or 70.68% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 135 - color contains mainly: green. Hex color #2B870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B870D is #D478F2. Grayscale: #5D5D5D. Windows color (decimal): -13924595 or 886571. OLE color: 886571.

HSL color Cylindrical-coordinate representation of color #2B870D: hue angle of 105.25º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B870D is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 135 13 -
CMYK 0.68 0 0.90 0.47
HSL 105.25º 0.82% 0.29% -
HSV(B) 105.25º 0.9% 0.53% -
XYZ 9.73 17.87 3.32 -
YUV 93.58 82.52 91.92 -
System Red Green Blue C M Y K H S L
Decimal 43 135 13 0.68 0 0.90 0.47 105.25 0.82 0.29
Hex 2B 87 D 44 0 5A 2F 69 52 1D
Octal 53 207 15 104 0 132 57 151 122 35
Binary 101011 10000111 1101 1000100 0 1011010 101111 1101001 1010010 11101

Color Harmonies of #2B870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B870D

Black with #2B870D

Text Example


Text Example

White with #2B870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B870D; }

 p { color: rgb(43,135,13); }

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

background-color css

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

 a { background-color: rgb(43,135,13); }

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

border-color css

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

 span { border-color: rgb(43,135,13); }

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