Html Css Color HEX #2A751F Japanese Laurel

📋 copy color: '#2A751F'

red 42 ◦ green 117 ◦ blue 31

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

Shades of Japanese Laurel #2A751F

Tints of Japanese Laurel #2A751F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 22.11%
G = 61.58%
B = 16.32%

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

#2A751F (or 0x2A751F) is known color: Japanese Laurel. HEX triplet: 2A, 75 and 1F. RGB value is (42,117,31). Sum of RGB (Red+Green+Blue) = 42+117+31=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #2A751F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A751F is #D58AE0. Grayscale: #555555. Windows color (decimal): -13994721 or 2061610. OLE color: 2061610.

HSL color Cylindrical-coordinate representation of color #2A751F: hue angle of 112.33º degrees, saturation: 0.58, 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 #2A751F is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 117 31 -
CMYK 0.64 0 0.74 0.54
HSL 112.33º 0.58% 0.29% -
HSV(B) 112.33º 0.74% 0.46% -
XYZ 7.56 13.31 3.47 -
YUV 84.77 97.65 97.49 -
System Red Green Blue C M Y K H S L
Decimal 42 117 31 0.64 0 0.74 0.54 112.33 0.58 0.29
Hex 2A 75 1F 40 0 4A 36 70 3A 1D
Octal 52 165 37 100 0 112 66 160 72 35
Binary 101010 1110101 11111 1000000 0 1001010 110110 1110000 111010 11101

Color Harmonies of #2A751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A751F

Black with #2A751F

Text Example


Text Example

White with #2A751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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