Html Css Color HEX #12841B Forest Green

📋 copy color: '#12841B'

red 18 ◦ green 132 ◦ blue 27

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

Shades of Forest Green #12841B

Tints of Forest Green #12841B

RGB

 RED value IS 18 (7.42% from 255) = 10.17%

 GREEN value IS 132 (51.95% from 255) = 74.58%

 BLUE value IS 27 (10.94% from 255) = 15.25%

R = 10.17%
G = 74.58%
B = 15.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#12841B (or 0x12841B) is known color: Forest Green. HEX triplet: 12, 84 and 1B. RGB value is (18,132,27). Sum of RGB (Red+Green+Blue) = 18+132+27=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 132 (51.95% from 255 or 74.58% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 132 - color contains mainly: green. Hex color #12841B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12841B is #ED7BE4. Grayscale: #565656. Windows color (decimal): -15563749 or 1803282. OLE color: 1803282.

HSL color Cylindrical-coordinate representation of color #12841B: hue angle of 124.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12841B is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 27 -
CMYK 0.86 0 0.80 0.48
HSL 124.74º 0.76% 0.29% -
HSV(B) 124.74º 0.86% 0.52% -
XYZ 8.7 16.71 3.8 -
YUV 85.94 94.73 79.54 -
System Red Green Blue C M Y K H S L
Decimal 18 132 27 0.86 0 0.80 0.48 124.74 0.76 0.29
Hex 12 84 1B 56 0 50 30 7D 4C 1D
Octal 22 204 33 126 0 120 60 175 114 35
Binary 10010 10000100 11011 1010110 0 1010000 110000 1111101 1001100 11101

Color Harmonies of #12841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12841B

Black with #12841B

Text Example


Text Example

White with #12841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12841B; }

 p { color: rgb(18,132,27); }

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

background-color css

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

 a { background-color: rgb(18,132,27); }

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

border-color css

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

 span { border-color: rgb(18,132,27); }

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