Html Css Color HEX #2D7331 Japanese Laurel

📋 copy color: '#2D7331'

red 45 ◦ green 115 ◦ blue 49

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

Shades of Japanese Laurel #2D7331

Tints of Japanese Laurel #2D7331

RGB

 RED value IS 45 (17.97% from 255) = 21.53%

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

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

R = 21.53%
G = 55.02%
B = 23.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#2D7331 (or 0x2D7331) is known color: Japanese Laurel. HEX triplet: 2D, 73 and 31. RGB value is (45,115,49). Sum of RGB (Red+Green+Blue) = 45+115+49=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7331 is #D28CCE. Grayscale: #565656. Windows color (decimal): -13798607 or 3240749. OLE color: 3240749.

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

Color convert

RGB 45 115 49 -
CMYK 0.61 0 0.57 0.55
HSL 123.43º 0.44% 0.31% -
HSV(B) 123.43º 0.61% 0.45% -
XYZ 7.77 13.04 5.01 -
YUV 86.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 45 115 49 0.61 0 0.57 0.55 123.43 0.44 0.31
Hex 2D 73 31 3D 0 39 37 7B 2C 1F
Octal 55 163 61 75 0 71 67 173 54 37
Binary 101101 1110011 110001 111101 0 111001 110111 1111011 101100 11111

Color Harmonies of #2D7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7331

Black with #2D7331

Text Example


Text Example

White with #2D7331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,115,49); }

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

background-color css

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

 a { background-color: rgb(45,115,49); }

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

border-color css

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

 span { border-color: rgb(45,115,49); }

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