Html Css Color HEX #2A7526 Japanese Laurel

📋 copy color: '#2A7526'

red 42 ◦ green 117 ◦ blue 38

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

Shades of Japanese Laurel #2A7526

Tints of Japanese Laurel #2A7526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.39%

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 21.32%
G = 59.39%
B = 19.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#2A7526 (or 0x2A7526) is known color: Japanese Laurel. HEX triplet: 2A, 75 and 26. RGB value is (42,117,38). Sum of RGB (Red+Green+Blue) = 42+117+38=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7526 is #D58AD9. Grayscale: #555555. Windows color (decimal): -13994714 or 2520362. OLE color: 2520362.

HSL color Cylindrical-coordinate representation of color #2A7526: hue angle of 116.96º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A7526 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 117 38 -
CMYK 0.64 0 0.68 0.54
HSL 116.96º 0.51% 0.3% -
HSV(B) 116.96º 0.68% 0.46% -
XYZ 7.67 13.35 4.01 -
YUV 85.57 101.15 96.92 -
System Red Green Blue C M Y K H S L
Decimal 42 117 38 0.64 0 0.68 0.54 116.96 0.51 0.3
Hex 2A 75 26 40 0 44 36 75 33 1E
Octal 52 165 46 100 0 104 66 165 63 36
Binary 101010 1110101 100110 1000000 0 1000100 110110 1110101 110011 11110

Color Harmonies of #2A7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7526

Black with #2A7526

Text Example


Text Example

White with #2A7526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,117,38); }

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

background-color css

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

 a { background-color: rgb(42,117,38); }

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

border-color css

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

 span { border-color: rgb(42,117,38); }

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