Html Css Color HEX #1F893A Japanese Laurel

📋 copy color: '#1F893A'

red 31 ◦ green 137 ◦ blue 58

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

Shades of Japanese Laurel #1F893A

Tints of Japanese Laurel #1F893A

RGB

 RED value IS 31 (12.5% from 255) = 13.72%

 GREEN value IS 137 (53.91% from 255) = 60.62%

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

R = 13.72%
G = 60.62%
B = 25.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#1F893A (or 0x1F893A) is known color: Japanese Laurel. HEX triplet: 1F, 89 and 3A. RGB value is (31,137,58). Sum of RGB (Red+Green+Blue) = 31+137+58=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #1F893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F893A is #E076C5. Grayscale: #606060. Windows color (decimal): -14710470 or 3836191. OLE color: 3836191.

HSL color Cylindrical-coordinate representation of color #1F893A: hue angle of 135.28º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F893A is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 137 58 -
CMYK 0.77 0 0.58 0.46
HSL 135.28º 0.63% 0.33% -
HSV(B) 135.28º 0.77% 0.54% -
XYZ 10.27 18.49 7.03 -
YUV 96.3 106.38 81.42 -
System Red Green Blue C M Y K H S L
Decimal 31 137 58 0.77 0 0.58 0.46 135.28 0.63 0.33
Hex 1F 89 3A 4D 0 3A 2E 87 3F 21
Octal 37 211 72 115 0 72 56 207 77 41
Binary 11111 10001001 111010 1001101 0 111010 101110 10000111 111111 100001

Color Harmonies of #1F893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F893A

Black with #1F893A

Text Example


Text Example

White with #1F893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F893A; }

 p { color: rgb(31,137,58); }

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

background-color css

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

 a { background-color: rgb(31,137,58); }

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

border-color css

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

 span { border-color: rgb(31,137,58); }

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