Html Css Color HEX #2D782B Japanese Laurel

📋 copy color: '#2D782B'

red 45 ◦ green 120 ◦ blue 43

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

Shades of Japanese Laurel #2D782B

Tints of Japanese Laurel #2D782B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 21.63%
G = 57.69%
B = 20.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#2D782B (or 0x2D782B) is known color: Japanese Laurel. HEX triplet: 2D, 78 and 2B. RGB value is (45,120,43). Sum of RGB (Red+Green+Blue) = 45+120+43=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #2D782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D782B is #D287D4. Grayscale: #595959. Windows color (decimal): -13797333 or 2848813. OLE color: 2848813.

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

Color convert

RGB 45 120 43 -
CMYK 0.63 0 0.64 0.53
HSL 118.44º 0.47% 0.32% -
HSV(B) 118.44º 0.64% 0.47% -
XYZ 8.23 14.17 4.59 -
YUV 88.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 45 120 43 0.63 0 0.64 0.53 118.44 0.47 0.32
Hex 2D 78 2B 3F 0 40 35 76 2F 20
Octal 55 170 53 77 0 100 65 166 57 40
Binary 101101 1111000 101011 111111 0 1000000 110101 1110110 101111 100000

Color Harmonies of #2D782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D782B

Black with #2D782B

Text Example


Text Example

White with #2D782B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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