Html Css Color HEX #2C8A40 Japanese Laurel

📋 copy color: '#2C8A40'

red 44 ◦ green 138 ◦ blue 64

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

Shades of Japanese Laurel #2C8A40

Tints of Japanese Laurel #2C8A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 56.1%

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

R = 17.89%
G = 56.1%
B = 26.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#2C8A40 (or 0x2C8A40) is known color: Japanese Laurel. HEX triplet: 2C, 8A and 40. RGB value is (44,138,64). Sum of RGB (Red+Green+Blue) = 44+138+64=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8A40 is #D375BF. Grayscale: #656565. Windows color (decimal): -13858240 or 4229676. OLE color: 4229676.

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

Color convert

RGB 44 138 64 -
CMYK 0.68 0 0.54 0.46
HSL 132.77º 0.52% 0.36% -
HSV(B) 132.77º 0.68% 0.54% -
XYZ 11.05 19.08 7.95 -
YUV 101.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 44 138 64 0.68 0 0.54 0.46 132.77 0.52 0.36
Hex 2C 8A 40 44 0 36 2E 85 34 24
Octal 54 212 100 104 0 66 56 205 64 44
Binary 101100 10001010 1000000 1000100 0 110110 101110 10000101 110100 100100

Color Harmonies of #2C8A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8A40

Black with #2C8A40

Text Example


Text Example

White with #2C8A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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