Html Css Color HEX #2C8D3F Japanese Laurel

📋 copy color: '#2C8D3F'

red 44 ◦ green 141 ◦ blue 63

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

Shades of Japanese Laurel #2C8D3F

Tints of Japanese Laurel #2C8D3F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.85%

 BLUE value IS 63 (25% from 255) = 25.4%

R = 17.74%
G = 56.85%
B = 25.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#2C8D3F (or 0x2C8D3F) is known color: Japanese Laurel. HEX triplet: 2C, 8D and 3F. RGB value is (44,141,63). Sum of RGB (Red+Green+Blue) = 44+141+63=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8D3F is #D372C0. Grayscale: #676767. Windows color (decimal): -13857473 or 4164908. OLE color: 4164908.

HSL color Cylindrical-coordinate representation of color #2C8D3F: hue angle of 131.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8D3F is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 141 63 -
CMYK 0.69 0 0.55 0.45
HSL 131.75º 0.52% 0.36% -
HSV(B) 131.75º 0.69% 0.55% -
XYZ 11.46 19.94 7.95 -
YUV 103.11 105.36 85.84 -
System Red Green Blue C M Y K H S L
Decimal 44 141 63 0.69 0 0.55 0.45 131.75 0.52 0.36
Hex 2C 8D 3F 45 0 37 2D 84 34 24
Octal 54 215 77 105 0 67 55 204 64 44
Binary 101100 10001101 111111 1000101 0 110111 101101 10000100 110100 100100

Color Harmonies of #2C8D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8D3F

Black with #2C8D3F

Text Example


Text Example

White with #2C8D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,141,63); }

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

background-color css

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

 a { background-color: rgb(44,141,63); }

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

border-color css

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

 span { border-color: rgb(44,141,63); }

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