Html Css Color HEX #1F8434 Japanese Laurel

📋 copy color: '#1F8434'

red 31 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #1F8434

Tints of Japanese Laurel #1F8434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 14.42%
G = 61.4%
B = 24.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#1F8434 (or 0x1F8434) is known color: Japanese Laurel. HEX triplet: 1F, 84 and 34. RGB value is (31,132,52). Sum of RGB (Red+Green+Blue) = 31+132+52=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8434 is #E07BCB. Grayscale: #5C5C5C. Windows color (decimal): -14711756 or 3441695. OLE color: 3441695.

HSL color Cylindrical-coordinate representation of color #1F8434: hue angle of 132.48º 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 #1F8434 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 132 52 -
CMYK 0.77 0 0.61 0.48
HSL 132.48º 0.62% 0.32% -
HSV(B) 132.48º 0.77% 0.52% -
XYZ 9.44 17.04 6.04 -
YUV 92.68 105.04 84 -
System Red Green Blue C M Y K H S L
Decimal 31 132 52 0.77 0 0.61 0.48 132.48 0.62 0.32
Hex 1F 84 34 4D 0 3D 30 84 3E 20
Octal 37 204 64 115 0 75 60 204 76 40
Binary 11111 10000100 110100 1001101 0 111101 110000 10000100 111110 100000

Color Harmonies of #1F8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8434

Black with #1F8434

Text Example


Text Example

White with #1F8434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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