Html Css Color HEX #2A783B Japanese Laurel

📋 copy color: '#2A783B'

red 42 ◦ green 120 ◦ blue 59

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

Shades of Japanese Laurel #2A783B

Tints of Japanese Laurel #2A783B

RGB

 RED value IS 42 (16.8% from 255) = 19%

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

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

R = 19%
G = 54.3%
B = 26.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#2A783B (or 0x2A783B) is known color: Japanese Laurel. HEX triplet: 2A, 78 and 3B. RGB value is (42,120,59). Sum of RGB (Red+Green+Blue) = 42+120+59=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #2A783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A783B is #D587C4. Grayscale: #595959. Windows color (decimal): -13993925 or 3897386. OLE color: 3897386.

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

Color convert

RGB 42 120 59 -
CMYK 0.65 0 0.51 0.53
HSL 133.08º 0.48% 0.32% -
HSV(B) 133.08º 0.65% 0.47% -
XYZ 8.46 14.24 6.44 -
YUV 89.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 42 120 59 0.65 0 0.51 0.53 133.08 0.48 0.32
Hex 2A 78 3B 41 0 33 35 85 30 20
Octal 52 170 73 101 0 63 65 205 60 40
Binary 101010 1111000 111011 1000001 0 110011 110101 10000101 110000 100000

Color Harmonies of #2A783B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A783B

Black with #2A783B

Text Example


Text Example

White with #2A783B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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