Html Css Color HEX #2A721D Japanese Laurel

📋 copy color: '#2A721D'

red 42 ◦ green 114 ◦ blue 29

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

Shades of Japanese Laurel #2A721D

Tints of Japanese Laurel #2A721D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.62%

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 22.7%
G = 61.62%
B = 15.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#2A721D (or 0x2A721D) is known color: Japanese Laurel. HEX triplet: 2A, 72 and 1D. RGB value is (42,114,29). Sum of RGB (Red+Green+Blue) = 42+114+29=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #2A721D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A721D is #D58DE2. Grayscale: #535353. Windows color (decimal): -13995491 or 1929770. OLE color: 1929770.

HSL color Cylindrical-coordinate representation of color #2A721D: hue angle of 110.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A721D is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 114 29 -
CMYK 0.63 0 0.75 0.55
HSL 110.82º 0.59% 0.28% -
HSV(B) 110.82º 0.75% 0.45% -
XYZ 7.19 12.62 3.22 -
YUV 82.78 97.65 98.91 -
System Red Green Blue C M Y K H S L
Decimal 42 114 29 0.63 0 0.75 0.55 110.82 0.59 0.28
Hex 2A 72 1D 3F 0 4B 37 6F 3B 1C
Octal 52 162 35 77 0 113 67 157 73 34
Binary 101010 1110010 11101 111111 0 1001011 110111 1101111 111011 11100

Color Harmonies of #2A721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A721D

Black with #2A721D

Text Example


Text Example

White with #2A721D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,114,29); }

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

background-color css

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

 a { background-color: rgb(42,114,29); }

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

border-color css

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

 span { border-color: rgb(42,114,29); }

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