Html Css Color HEX #2A7C38 Japanese Laurel

📋 copy color: '#2A7C38'

red 42 ◦ green 124 ◦ blue 56

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

Shades of Japanese Laurel #2A7C38

Tints of Japanese Laurel #2A7C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.86%

 BLUE value IS 56 (22.27% from 255) = 25.23%

R = 18.92%
G = 55.86%
B = 25.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#2A7C38 (or 0x2A7C38) is known color: Japanese Laurel. HEX triplet: 2A, 7C and 38. RGB value is (42,124,56). Sum of RGB (Red+Green+Blue) = 42+124+56=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C38 is #D583C7. Grayscale: #5B5B5B. Windows color (decimal): -13992904 or 3701802. OLE color: 3701802.

HSL color Cylindrical-coordinate representation of color #2A7C38: hue angle of 130.24º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C38 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 124 56 -
CMYK 0.66 0 0.55 0.51
HSL 130.24º 0.49% 0.33% -
HSV(B) 130.24º 0.66% 0.49% -
XYZ 8.88 15.19 6.21 -
YUV 91.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 42 124 56 0.66 0 0.55 0.51 130.24 0.49 0.33
Hex 2A 7C 38 42 0 37 33 82 31 21
Octal 52 174 70 102 0 67 63 202 61 41
Binary 101010 1111100 111000 1000010 0 110111 110011 10000010 110001 100001

Color Harmonies of #2A7C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7C38

Black with #2A7C38

Text Example


Text Example

White with #2A7C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,124,56); }

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

background-color css

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

 a { background-color: rgb(42,124,56); }

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

border-color css

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

 span { border-color: rgb(42,124,56); }

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