Html Css Color HEX #2A751E Japanese Laurel

📋 copy color: '#2A751E'

red 42 ◦ green 117 ◦ blue 30

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

Shades of Japanese Laurel #2A751E

Tints of Japanese Laurel #2A751E

RGB

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

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

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

R = 22.22%
G = 61.9%
B = 15.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#2A751E (or 0x2A751E) is known color: Japanese Laurel. HEX triplet: 2A, 75 and 1E. RGB value is (42,117,30). Sum of RGB (Red+Green+Blue) = 42+117+30=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #2A751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A751E is #D58AE1. Grayscale: #545454. Windows color (decimal): -13994722 or 1996074. OLE color: 1996074.

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

Color convert

RGB 42 117 30 -
CMYK 0.64 0 0.74 0.54
HSL 111.72º 0.59% 0.29% -
HSV(B) 111.72º 0.74% 0.46% -
XYZ 7.55 13.31 3.4 -
YUV 84.66 97.15 97.57 -
System Red Green Blue C M Y K H S L
Decimal 42 117 30 0.64 0 0.74 0.54 111.72 0.59 0.29
Hex 2A 75 1E 40 0 4A 36 70 3B 1D
Octal 52 165 36 100 0 112 66 160 73 35
Binary 101010 1110101 11110 1000000 0 1001010 110110 1110000 111011 11101

Color Harmonies of #2A751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A751E

Black with #2A751E

Text Example


Text Example

White with #2A751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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