Html Css Color HEX #2C7939 Japanese Laurel

📋 copy color: '#2C7939'

red 44 ◦ green 121 ◦ blue 57

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

Shades of Japanese Laurel #2C7939

Tints of Japanese Laurel #2C7939

RGB

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

 GREEN value IS 121 (47.66% from 255) = 54.5%

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 19.82%
G = 54.5%
B = 25.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#2C7939 (or 0x2C7939) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 39. RGB value is (44,121,57). Sum of RGB (Red+Green+Blue) = 44+121+57=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7939 is #D386C6. Grayscale: #5A5A5A. Windows color (decimal): -13862599 or 3766572. OLE color: 3766572.

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

Color convert

RGB 44 121 57 -
CMYK 0.64 0 0.53 0.53
HSL 130.13º 0.47% 0.32% -
HSV(B) 130.13º 0.64% 0.47% -
XYZ 8.61 14.51 6.22 -
YUV 90.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 44 121 57 0.64 0 0.53 0.53 130.13 0.47 0.32
Hex 2C 79 39 40 0 35 35 82 2F 20
Octal 54 171 71 100 0 65 65 202 57 40
Binary 101100 1111001 111001 1000000 0 110101 110101 10000010 101111 100000

Color Harmonies of #2C7939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7939

Black with #2C7939

Text Example


Text Example

White with #2C7939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,121,57); }

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

background-color css

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

 a { background-color: rgb(44,121,57); }

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

border-color css

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

 span { border-color: rgb(44,121,57); }

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