Html Css Color HEX #2C732E Japanese Laurel

📋 copy color: '#2C732E'

red 44 ◦ green 115 ◦ blue 46

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

Shades of Japanese Laurel #2C732E

Tints of Japanese Laurel #2C732E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.1%

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 21.46%
G = 56.1%
B = 22.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#2C732E (or 0x2C732E) is known color: Japanese Laurel. HEX triplet: 2C, 73 and 2E. RGB value is (44,115,46). Sum of RGB (Red+Green+Blue) = 44+115+46=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #2C732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C732E is #D38CD1. Grayscale: #565656. Windows color (decimal): -13864146 or 3044140. OLE color: 3044140.

HSL color Cylindrical-coordinate representation of color #2C732E: hue angle of 121.69º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C732E is Cyan = 0.62, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 115 46 -
CMYK 0.62 0 0.6 0.55
HSL 121.69º 0.45% 0.31% -
HSV(B) 121.69º 0.62% 0.45% -
XYZ 7.66 12.99 4.69 -
YUV 85.91 105.48 98.11 -
System Red Green Blue C M Y K H S L
Decimal 44 115 46 0.62 0 0.6 0.55 121.69 0.45 0.31
Hex 2C 73 2E 3E 0 3C 37 7A 2D 1F
Octal 54 163 56 76 0 74 67 172 55 37
Binary 101100 1110011 101110 111110 0 111100 110111 1111010 101101 11111

Color Harmonies of #2C732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C732E

Black with #2C732E

Text Example


Text Example

White with #2C732E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,115,46); }

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

background-color css

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

 a { background-color: rgb(44,115,46); }

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

border-color css

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

 span { border-color: rgb(44,115,46); }

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