Html Css Color HEX #1F8333 Japanese Laurel

📋 copy color: '#1F8333'

red 31 ◦ green 131 ◦ blue 51

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

Shades of Japanese Laurel #1F8333

Tints of Japanese Laurel #1F8333

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.5%

 BLUE value IS 51 (20.31% from 255) = 23.94%

R = 14.55%
G = 61.5%
B = 23.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#1F8333 (or 0x1F8333) is known color: Japanese Laurel. HEX triplet: 1F, 83 and 33. RGB value is (31,131,51). Sum of RGB (Red+Green+Blue) = 31+131+51=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8333 is #E07CCC. Grayscale: #5C5C5C. Windows color (decimal): -14712013 or 3375903. OLE color: 3375903.

HSL color Cylindrical-coordinate representation of color #1F8333: hue angle of 132º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8333 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 131 51 -
CMYK 0.76 0 0.61 0.49
HSL 132º 0.62% 0.32% -
HSV(B) 132º 0.76% 0.51% -
XYZ 9.28 16.76 5.88 -
YUV 91.98 104.87 84.5 -
System Red Green Blue C M Y K H S L
Decimal 31 131 51 0.76 0 0.61 0.49 132 0.62 0.32
Hex 1F 83 33 4C 0 3D 31 84 3E 20
Octal 37 203 63 114 0 75 61 204 76 40
Binary 11111 10000011 110011 1001100 0 111101 110001 10000100 111110 100000

Color Harmonies of #1F8333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8333

Black with #1F8333

Text Example


Text Example

White with #1F8333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,131,51); }

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

background-color css

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

 a { background-color: rgb(31,131,51); }

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

border-color css

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

 span { border-color: rgb(31,131,51); }

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