Html Css Color HEX #2C8640 Japanese Laurel

📋 copy color: '#2C8640'

red 44 ◦ green 134 ◦ blue 64

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

Shades of Japanese Laurel #2C8640

Tints of Japanese Laurel #2C8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.37%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 18.18%
G = 55.37%
B = 26.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#2C8640 (or 0x2C8640) is known color: Japanese Laurel. HEX triplet: 2C, 86 and 40. RGB value is (44,134,64). Sum of RGB (Red+Green+Blue) = 44+134+64=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #2C8640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8640 is #D379BF. Grayscale: #636363. Windows color (decimal): -13859264 or 4228652. OLE color: 4228652.

HSL color Cylindrical-coordinate representation of color #2C8640: hue angle of 133.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8640 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 134 64 -
CMYK 0.67 0 0.52 0.47
HSL 133.33º 0.51% 0.35% -
HSV(B) 133.33º 0.67% 0.53% -
XYZ 10.49 17.96 7.76 -
YUV 99.11 108.18 88.69 -
System Red Green Blue C M Y K H S L
Decimal 44 134 64 0.67 0 0.52 0.47 133.33 0.51 0.35
Hex 2C 86 40 43 0 34 2F 85 33 23
Octal 54 206 100 103 0 64 57 205 63 43
Binary 101100 10000110 1000000 1000011 0 110100 101111 10000101 110011 100011

Color Harmonies of #2C8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8640

Black with #2C8640

Text Example


Text Example

White with #2C8640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,134,64); }

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

background-color css

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

 a { background-color: rgb(44,134,64); }

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

border-color css

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

 span { border-color: rgb(44,134,64); }

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