Html Css Color HEX #2A7223 Japanese Laurel

📋 copy color: '#2A7223'

red 42 ◦ green 114 ◦ blue 35

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

Shades of Japanese Laurel #2A7223

Tints of Japanese Laurel #2A7223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.32%

R = 21.99%
G = 59.69%
B = 18.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#2A7223 (or 0x2A7223) is known color: Japanese Laurel. HEX triplet: 2A, 72 and 23. RGB value is (42,114,35). Sum of RGB (Red+Green+Blue) = 42+114+35=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7223 is #D58DDC. Grayscale: #535353. Windows color (decimal): -13995485 or 2322986. OLE color: 2322986.

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

Color convert

RGB 42 114 35 -
CMYK 0.63 0 0.69 0.55
HSL 114.68º 0.53% 0.29% -
HSV(B) 114.68º 0.69% 0.45% -
XYZ 7.28 12.65 3.65 -
YUV 83.47 100.65 98.42 -
System Red Green Blue C M Y K H S L
Decimal 42 114 35 0.63 0 0.69 0.55 114.68 0.53 0.29
Hex 2A 72 23 3F 0 45 37 73 35 1D
Octal 52 162 43 77 0 105 67 163 65 35
Binary 101010 1110010 100011 111111 0 1000101 110111 1110011 110101 11101

Color Harmonies of #2A7223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7223

Black with #2A7223

Text Example


Text Example

White with #2A7223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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