Html Css Color HEX #2C950D Forest Green

📋 copy color: '#2C950D'

red 44 ◦ green 149 ◦ blue 13

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

Shades of Forest Green #2C950D

Tints of Forest Green #2C950D

RGB

 RED value IS 44 (17.58% from 255) = 21.36%

 GREEN value IS 149 (58.59% from 255) = 72.33%

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

R = 21.36%
G = 72.33%
B = 6.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#2C950D (or 0x2C950D) is known color: Forest Green. HEX triplet: 2C, 95 and 0D. RGB value is (44,149,13). Sum of RGB (Red+Green+Blue) = 44+149+13=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #2C950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C950D is #D36AF2. Grayscale: #666666. Windows color (decimal): -13855475 or 890156. OLE color: 890156.

HSL color Cylindrical-coordinate representation of color #2C950D: hue angle of 106.32º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C950D is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 149 13 -
CMYK 0.70 0 0.91 0.42
HSL 106.32º 0.84% 0.32% -
HSV(B) 106.32º 0.91% 0.58% -
XYZ 11.86 22.06 4.01 -
YUV 102.1 77.71 86.56 -
System Red Green Blue C M Y K H S L
Decimal 44 149 13 0.70 0 0.91 0.42 106.32 0.84 0.32
Hex 2C 95 D 46 0 5B 2A 6A 54 20
Octal 54 225 15 106 0 133 52 152 124 40
Binary 101100 10010101 1101 1000110 0 1011011 101010 1101010 1010100 100000

Color Harmonies of #2C950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C950D

Black with #2C950D

Text Example


Text Example

White with #2C950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,149,13); }

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

background-color css

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

 a { background-color: rgb(44,149,13); }

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

border-color css

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

 span { border-color: rgb(44,149,13); }

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