Html Css Color HEX #2D783B Japanese Laurel

📋 copy color: '#2D783B'

red 45 ◦ green 120 ◦ blue 59

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

Shades of Japanese Laurel #2D783B

Tints of Japanese Laurel #2D783B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.34%

R = 20.09%
G = 53.57%
B = 26.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#2D783B (or 0x2D783B) is known color: Japanese Laurel. HEX triplet: 2D, 78 and 3B. RGB value is (45,120,59). Sum of RGB (Red+Green+Blue) = 45+120+59=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #2D783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D783B is #D287C4. Grayscale: #5A5A5A. Windows color (decimal): -13797317 or 3897389. OLE color: 3897389.

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

Color convert

RGB 45 120 59 -
CMYK 0.63 0 0.51 0.53
HSL 131.2º 0.45% 0.32% -
HSV(B) 131.2º 0.63% 0.47% -
XYZ 8.59 14.31 6.45 -
YUV 90.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 45 120 59 0.63 0 0.51 0.53 131.2 0.45 0.32
Hex 2D 78 3B 3F 0 33 35 83 2D 20
Octal 55 170 73 77 0 63 65 203 55 40
Binary 101101 1111000 111011 111111 0 110011 110101 10000011 101101 100000

Color Harmonies of #2D783B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D783B

Black with #2D783B

Text Example


Text Example

White with #2D783B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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