Html Css Color HEX #2A7830 Japanese Laurel

📋 copy color: '#2A7830'

red 42 ◦ green 120 ◦ blue 48

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

Shades of Japanese Laurel #2A7830

Tints of Japanese Laurel #2A7830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 20%
G = 57.14%
B = 22.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#2A7830 (or 0x2A7830) is known color: Japanese Laurel. HEX triplet: 2A, 78 and 30. RGB value is (42,120,48). Sum of RGB (Red+Green+Blue) = 42+120+48=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7830 is #D587CF. Grayscale: #585858. Windows color (decimal): -13993936 or 3176490. OLE color: 3176490.

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

Color convert

RGB 42 120 48 -
CMYK 0.65 0 0.60 0.53
HSL 124.62º 0.48% 0.32% -
HSV(B) 124.62º 0.65% 0.47% -
XYZ 8.2 14.14 5.09 -
YUV 88.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 42 120 48 0.65 0 0.60 0.53 124.62 0.48 0.32
Hex 2A 78 30 41 0 3C 35 7D 30 20
Octal 52 170 60 101 0 74 65 175 60 40
Binary 101010 1111000 110000 1000001 0 111100 110101 1111101 110000 100000

Color Harmonies of #2A7830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7830

Black with #2A7830

Text Example


Text Example

White with #2A7830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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