Html Css Color HEX #2A7625 Japanese Laurel

📋 copy color: '#2A7625'

red 42 ◦ green 118 ◦ blue 37

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

Shades of Japanese Laurel #2A7625

Tints of Japanese Laurel #2A7625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59.9%

 BLUE value IS 37 (14.84% from 255) = 18.78%

R = 21.32%
G = 59.9%
B = 18.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#2A7625 (or 0x2A7625) is known color: Japanese Laurel. HEX triplet: 2A, 76 and 25. RGB value is (42,118,37). Sum of RGB (Red+Green+Blue) = 42+118+37=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7625 is #D589DA. Grayscale: #565656. Windows color (decimal): -13994459 or 2455082. OLE color: 2455082.

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

Color convert

RGB 42 118 37 -
CMYK 0.64 0 0.69 0.54
HSL 116.3º 0.52% 0.3% -
HSV(B) 116.3º 0.69% 0.46% -
XYZ 7.77 13.58 3.96 -
YUV 86.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 42 118 37 0.64 0 0.69 0.54 116.3 0.52 0.3
Hex 2A 76 25 40 0 45 36 74 34 1E
Octal 52 166 45 100 0 105 66 164 64 36
Binary 101010 1110110 100101 1000000 0 1000101 110110 1110100 110100 11110

Color Harmonies of #2A7625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7625

Black with #2A7625

Text Example


Text Example

White with #2A7625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,118,37); }

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

background-color css

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

 a { background-color: rgb(42,118,37); }

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

border-color css

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

 span { border-color: rgb(42,118,37); }

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