Html Css Color HEX #2A741E Japanese Laurel

📋 copy color: '#2A741E'

red 42 ◦ green 116 ◦ blue 30

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

Shades of Japanese Laurel #2A741E

Tints of Japanese Laurel #2A741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.7%

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 22.34%
G = 61.7%
B = 15.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#2A741E (or 0x2A741E) is known color: Japanese Laurel. HEX triplet: 2A, 74 and 1E. RGB value is (42,116,30). Sum of RGB (Red+Green+Blue) = 42+116+30=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #2A741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A741E is #D58BE1. Grayscale: #545454. Windows color (decimal): -13994978 or 1995818. OLE color: 1995818.

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

Color convert

RGB 42 116 30 -
CMYK 0.64 0 0.74 0.55
HSL 111.63º 0.59% 0.29% -
HSV(B) 111.63º 0.74% 0.45% -
XYZ 7.43 13.08 3.36 -
YUV 84.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 42 116 30 0.64 0 0.74 0.55 111.63 0.59 0.29
Hex 2A 74 1E 40 0 4A 37 70 3B 1D
Octal 52 164 36 100 0 112 67 160 73 35
Binary 101010 1110100 11110 1000000 0 1001010 110111 1110000 111011 11101

Color Harmonies of #2A741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A741E

Black with #2A741E

Text Example


Text Example

White with #2A741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,116,30); }

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

background-color css

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

 a { background-color: rgb(42,116,30); }

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

border-color css

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

 span { border-color: rgb(42,116,30); }

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