Html Css Color HEX #2C8E3F Japanese Laurel

📋 copy color: '#2C8E3F'

red 44 ◦ green 142 ◦ blue 63

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

Shades of Japanese Laurel #2C8E3F

Tints of Japanese Laurel #2C8E3F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 57.03%

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

R = 17.67%
G = 57.03%
B = 25.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#2C8E3F (or 0x2C8E3F) is known color: Japanese Laurel. HEX triplet: 2C, 8E and 3F. RGB value is (44,142,63). Sum of RGB (Red+Green+Blue) = 44+142+63=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 142 (55.86% from 255 or 57.03% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8E3F is #D371C0. Grayscale: #676767. Windows color (decimal): -13857217 or 4165164. OLE color: 4165164.

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

Color convert

RGB 44 142 63 -
CMYK 0.69 0 0.56 0.44
HSL 131.63º 0.53% 0.36% -
HSV(B) 131.63º 0.69% 0.56% -
XYZ 11.61 20.24 8 -
YUV 103.69 105.03 85.42 -
System Red Green Blue C M Y K H S L
Decimal 44 142 63 0.69 0 0.56 0.44 131.63 0.53 0.36
Hex 2C 8E 3F 45 0 38 2C 84 35 24
Octal 54 216 77 105 0 70 54 204 65 44
Binary 101100 10001110 111111 1000101 0 111000 101100 10000100 110101 100100

Color Harmonies of #2C8E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8E3F

Black with #2C8E3F

Text Example


Text Example

White with #2C8E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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