Html Css Color HEX #2D782E Japanese Laurel

📋 copy color: '#2D782E'

red 45 ◦ green 120 ◦ blue 46

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

Shades of Japanese Laurel #2D782E

Tints of Japanese Laurel #2D782E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.87%

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

R = 21.33%
G = 56.87%
B = 21.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#2D782E (or 0x2D782E) is known color: Japanese Laurel. HEX triplet: 2D, 78 and 2E. RGB value is (45,120,46). Sum of RGB (Red+Green+Blue) = 45+120+46=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #2D782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D782E is #D287D1. Grayscale: #595959. Windows color (decimal): -13797330 or 3045421. OLE color: 3045421.

HSL color Cylindrical-coordinate representation of color #2D782E: hue angle of 120.8º 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 #2D782E is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 120 46 -
CMYK 0.63 0 0.62 0.53
HSL 120.8º 0.45% 0.32% -
HSV(B) 120.8º 0.63% 0.47% -
XYZ 8.29 14.19 4.89 -
YUV 89.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 45 120 46 0.63 0 0.62 0.53 120.8 0.45 0.32
Hex 2D 78 2E 3F 0 3E 35 79 2D 20
Octal 55 170 56 77 0 76 65 171 55 40
Binary 101101 1111000 101110 111111 0 111110 110101 1111001 101101 100000

Color Harmonies of #2D782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D782E

Black with #2D782E

Text Example


Text Example

White with #2D782E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,120,46); }

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

background-color css

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

 a { background-color: rgb(45,120,46); }

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

border-color css

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

 span { border-color: rgb(45,120,46); }

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