Html Css Color HEX #2C7B40 Japanese Laurel

📋 copy color: '#2C7B40'

red 44 ◦ green 123 ◦ blue 64

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

Shades of Japanese Laurel #2C7B40

Tints of Japanese Laurel #2C7B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.25%

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

R = 19.05%
G = 53.25%
B = 27.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#2C7B40 (or 0x2C7B40) is known color: Japanese Laurel. HEX triplet: 2C, 7B and 40. RGB value is (44,123,64). Sum of RGB (Red+Green+Blue) = 44+123+64=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7B40 is #D384BF. Grayscale: #5C5C5C. Windows color (decimal): -13862080 or 4225836. OLE color: 4225836.

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

Color convert

RGB 44 123 64 -
CMYK 0.64 0 0.48 0.52
HSL 135.19º 0.47% 0.33% -
HSV(B) 135.19º 0.64% 0.48% -
XYZ 9.05 15.07 7.28 -
YUV 92.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 44 123 64 0.64 0 0.48 0.52 135.19 0.47 0.33
Hex 2C 7B 40 40 0 30 34 87 2F 21
Octal 54 173 100 100 0 60 64 207 57 41
Binary 101100 1111011 1000000 1000000 0 110000 110100 10000111 101111 100001

Color Harmonies of #2C7B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7B40

Black with #2C7B40

Text Example


Text Example

White with #2C7B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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