Html Css Color HEX #31903A Japanese Laurel

📋 copy color: '#31903A'

red 49 ◦ green 144 ◦ blue 58

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

Shades of Japanese Laurel #31903A

Tints of Japanese Laurel #31903A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.37%

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 19.52%
G = 57.37%
B = 23.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#31903A (or 0x31903A) is known color: Japanese Laurel. HEX triplet: 31, 90 and 3A. RGB value is (49,144,58). Sum of RGB (Red+Green+Blue) = 49+144+58=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #31903A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31903A is #CE6FC5. Grayscale: #6A6A6A. Windows color (decimal): -13529030 or 3838001. OLE color: 3838001.

HSL color Cylindrical-coordinate representation of color #31903A: hue angle of 125.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31903A is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 58 -
CMYK 0.66 0 0.60 0.44
HSL 125.68º 0.49% 0.38% -
HSV(B) 125.68º 0.66% 0.56% -
XYZ 12 20.9 7.41 -
YUV 105.79 101.03 87.49 -
System Red Green Blue C M Y K H S L
Decimal 49 144 58 0.66 0 0.60 0.44 125.68 0.49 0.38
Hex 31 90 3A 42 0 3C 2C 7E 31 26
Octal 61 220 72 102 0 74 54 176 61 46
Binary 110001 10010000 111010 1000010 0 111100 101100 1111110 110001 100110

Color Harmonies of #31903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31903A

Black with #31903A

Text Example


Text Example

White with #31903A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31903A; }

 p { color: rgb(49,144,58); }

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

background-color css

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

 a { background-color: rgb(49,144,58); }

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

border-color css

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

 span { border-color: rgb(49,144,58); }

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