Html Css Color HEX #2D773F Japanese Laurel

📋 copy color: '#2D773F'

red 45 ◦ green 119 ◦ blue 63

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

Shades of Japanese Laurel #2D773F

Tints of Japanese Laurel #2D773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

 BLUE value IS 63 (25% from 255) = 27.75%

R = 19.82%
G = 52.42%
B = 27.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#2D773F (or 0x2D773F) is known color: Japanese Laurel. HEX triplet: 2D, 77 and 3F. RGB value is (45,119,63). Sum of RGB (Red+Green+Blue) = 45+119+63=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #2D773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D773F is #D288C0. Grayscale: #5A5A5A. Windows color (decimal): -13797569 or 4159277. OLE color: 4159277.

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

Color convert

RGB 45 119 63 -
CMYK 0.62 0 0.47 0.53
HSL 134.59º 0.45% 0.32% -
HSV(B) 134.59º 0.62% 0.47% -
XYZ 8.58 14.11 6.97 -
YUV 90.49 112.48 95.55 -
System Red Green Blue C M Y K H S L
Decimal 45 119 63 0.62 0 0.47 0.53 134.59 0.45 0.32
Hex 2D 77 3F 3E 0 2F 35 87 2D 20
Octal 55 167 77 76 0 57 65 207 55 40
Binary 101101 1110111 111111 111110 0 101111 110101 10000111 101101 100000

Color Harmonies of #2D773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D773F

Black with #2D773F

Text Example


Text Example

White with #2D773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,119,63); }

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

background-color css

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

 a { background-color: rgb(45,119,63); }

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

border-color css

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

 span { border-color: rgb(45,119,63); }

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