Html Css Color HEX #2A783C Japanese Laurel

📋 copy color: '#2A783C'

red 42 ◦ green 120 ◦ blue 60

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

Shades of Japanese Laurel #2A783C

Tints of Japanese Laurel #2A783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 18.92%
G = 54.05%
B = 27.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#2A783C (or 0x2A783C) is known color: Japanese Laurel. HEX triplet: 2A, 78 and 3C. RGB value is (42,120,60). Sum of RGB (Red+Green+Blue) = 42+120+60=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #2A783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A783C is #D587C3. Grayscale: #595959. Windows color (decimal): -13993924 or 3962922. OLE color: 3962922.

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

Color convert

RGB 42 120 60 -
CMYK 0.65 0 0.5 0.53
HSL 133.85º 0.48% 0.32% -
HSV(B) 133.85º 0.65% 0.47% -
XYZ 8.49 14.25 6.58 -
YUV 89.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 42 120 60 0.65 0 0.5 0.53 133.85 0.48 0.32
Hex 2A 78 3C 41 0 32 35 86 30 20
Octal 52 170 74 101 0 62 65 206 60 40
Binary 101010 1111000 111100 1000001 0 110010 110101 10000110 110000 100000

Color Harmonies of #2A783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A783C

Black with #2A783C

Text Example


Text Example

White with #2A783C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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