Html Css Color HEX #2C7631 Japanese Laurel

📋 copy color: '#2C7631'

red 44 ◦ green 118 ◦ blue 49

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

Shades of Japanese Laurel #2C7631

Tints of Japanese Laurel #2C7631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.92%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 20.85%
G = 55.92%
B = 23.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#2C7631 (or 0x2C7631) is known color: Japanese Laurel. HEX triplet: 2C, 76 and 31. RGB value is (44,118,49). Sum of RGB (Red+Green+Blue) = 44+118+49=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #2C7631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7631 is #D389CE. Grayscale: #585858. Windows color (decimal): -13863375 or 3241516. OLE color: 3241516.

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

Color convert

RGB 44 118 49 -
CMYK 0.63 0 0.58 0.54
HSL 124.05º 0.46% 0.32% -
HSV(B) 124.05º 0.63% 0.46% -
XYZ 8.07 13.71 5.13 -
YUV 88.01 105.98 96.61 -
System Red Green Blue C M Y K H S L
Decimal 44 118 49 0.63 0 0.58 0.54 124.05 0.46 0.32
Hex 2C 76 31 3F 0 3A 36 7C 2E 20
Octal 54 166 61 77 0 72 66 174 56 40
Binary 101100 1110110 110001 111111 0 111010 110110 1111100 101110 100000

Color Harmonies of #2C7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7631

Black with #2C7631

Text Example


Text Example

White with #2C7631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,118,49); }

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

background-color css

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

 a { background-color: rgb(44,118,49); }

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

border-color css

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

 span { border-color: rgb(44,118,49); }

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