Html Css Color HEX #1F8436 Japanese Laurel

📋 copy color: '#1F8436'

red 31 ◦ green 132 ◦ blue 54

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

Shades of Japanese Laurel #1F8436

Tints of Japanese Laurel #1F8436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.83%

 BLUE value IS 54 (21.48% from 255) = 24.88%

R = 14.29%
G = 60.83%
B = 24.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#1F8436 (or 0x1F8436) is known color: Japanese Laurel. HEX triplet: 1F, 84 and 36. RGB value is (31,132,54). Sum of RGB (Red+Green+Blue) = 31+132+54=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8436 is #E07BC9. Grayscale: #5D5D5D. Windows color (decimal): -14711754 or 3572767. OLE color: 3572767.

HSL color Cylindrical-coordinate representation of color #1F8436: hue angle of 133.66º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8436 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 132 54 -
CMYK 0.77 0 0.59 0.48
HSL 133.66º 0.62% 0.32% -
HSV(B) 133.66º 0.77% 0.52% -
XYZ 9.48 17.06 6.28 -
YUV 92.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 31 132 54 0.77 0 0.59 0.48 133.66 0.62 0.32
Hex 1F 84 36 4D 0 3B 30 86 3E 20
Octal 37 204 66 115 0 73 60 206 76 40
Binary 11111 10000100 110110 1001101 0 111011 110000 10000110 111110 100000

Color Harmonies of #1F8436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8436

Black with #1F8436

Text Example


Text Example

White with #1F8436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,132,54); }

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

background-color css

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

 a { background-color: rgb(31,132,54); }

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

border-color css

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

 span { border-color: rgb(31,132,54); }

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