Html Css Color HEX #31923E Japanese Laurel

📋 copy color: '#31923E'

red 49 ◦ green 146 ◦ blue 62

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

Shades of Japanese Laurel #31923E

Tints of Japanese Laurel #31923E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.81%

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 19.07%
G = 56.81%
B = 24.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#31923E (or 0x31923E) is known color: Japanese Laurel. HEX triplet: 31, 92 and 3E. RGB value is (49,146,62). Sum of RGB (Red+Green+Blue) = 49+146+62=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #31923E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31923E is #CE6DC1. Grayscale: #6B6B6B. Windows color (decimal): -13528514 or 4100657. OLE color: 4100657.

HSL color Cylindrical-coordinate representation of color #31923E: hue angle of 128.04º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31923E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 62 -
CMYK 0.66 0 0.58 0.43
HSL 128.04º 0.5% 0.38% -
HSV(B) 128.04º 0.66% 0.57% -
XYZ 12.42 21.56 8.06 -
YUV 107.42 102.36 86.33 -
System Red Green Blue C M Y K H S L
Decimal 49 146 62 0.66 0 0.58 0.43 128.04 0.5 0.38
Hex 31 92 3E 42 0 3A 2B 80 32 26
Octal 61 222 76 102 0 72 53 200 62 46
Binary 110001 10010010 111110 1000010 0 111010 101011 10000000 110010 100110

Color Harmonies of #31923E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31923E

Black with #31923E

Text Example


Text Example

White with #31923E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31923E; }

 p { color: rgb(49,146,62); }

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

background-color css

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

 a { background-color: rgb(49,146,62); }

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

border-color css

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

 span { border-color: rgb(49,146,62); }

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