Html Css Color HEX #318229 Japanese Laurel

📋 copy color: '#318229'

red 49 ◦ green 130 ◦ blue 41

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

Shades of Japanese Laurel #318229

Tints of Japanese Laurel #318229

RGB

 RED value IS 49 (19.53% from 255) = 22.27%

 GREEN value IS 130 (51.17% from 255) = 59.09%

 BLUE value IS 41 (16.41% from 255) = 18.64%

R = 22.27%
G = 59.09%
B = 18.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#318229 (or 0x318229) is known color: Japanese Laurel. HEX triplet: 31, 82 and 29. RGB value is (49,130,41). Sum of RGB (Red+Green+Blue) = 49+130+41=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #318229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318229 is #CE7DD6. Grayscale: #5F5F5F. Windows color (decimal): -13532631 or 2720305. OLE color: 2720305.

HSL color Cylindrical-coordinate representation of color #318229: hue angle of 114.61º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318229 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 41 -
CMYK 0.62 0 0.68 0.49
HSL 114.61º 0.52% 0.34% -
HSV(B) 114.61º 0.68% 0.51% -
XYZ 9.65 16.78 4.83 -
YUV 95.64 97.16 94.74 -
System Red Green Blue C M Y K H S L
Decimal 49 130 41 0.62 0 0.68 0.49 114.61 0.52 0.34
Hex 31 82 29 3E 0 44 31 73 34 22
Octal 61 202 51 76 0 104 61 163 64 42
Binary 110001 10000010 101001 111110 0 1000100 110001 1110011 110100 100010

Color Harmonies of #318229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318229

Black with #318229

Text Example


Text Example

White with #318229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318229; }

 p { color: rgb(49,130,41); }

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

background-color css

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

 a { background-color: rgb(49,130,41); }

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

border-color css

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

 span { border-color: rgb(49,130,41); }

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